用批处理文件判断哪些IP地址Ping不通

[复制链接]
查看11 | 回复1 | 2013-1-4 07:01:21 | 显示全部楼层 |阅读模式
打开记事本,在窗口中输入如下的命令:@Echo offdate /tIPList.txttime /tIPList.txtecho ===========IPList.txtFor /L %%f in (1,1,100) Do Ping.exe -n 2 192.168.0.%%f | Find"Request timed out." && echo 192.168.0.%%f Timed OutIPList.txt && echo offclsEcho Finished!@Echo onNotepad.exe IPList.txt将此文件存为PingIP.bat。说明:1、此方法只只用于Win...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行