落絮飞雁

顺流而下,把梦做完

扫描IP的简单工具

一个用批处理写的扫描内网IP的小工具~

@Echo off

  date /t > IPList.txt

  time /t >> IPList.txt

  echo =========== >> IPList.txt

  For /L %%f in (1,1,100) Do Ping.exe -n 2 192.168.1.%%f   Find

  "Request timed out." & echo 192.168.1.%%f Timed Out >>

  IPList.txt & echo off

  cls

  Echo Finished!

  @Echo on

  Notepad.exe IPList.txt



原文标题:扫描IP的简单工具|落絮飞雁的个人网站
原文链接:https://www.luoxufeiyan.com/2009/03/02/ip-scan-tool/
授权协议:创作共用 署名-非商业性使用 2.5 中国大陆
除注明外,本站文章均为原创;转载时请保留上述链接。