How the BAT script Ping detects which IP is occupied in the entire network segment
Editor to share with you how the BAT script Ping detection of the entire network segment which IP is occupied, I believe that most people do not know much, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Echo off
Set aa=192.168.1
Set outputfilename=result_%random%.txt
For / l% I in (1penny 1254) do (
Echo ping aa%.%%i
Ping-n 1% aa%.%%i | findstr "TTL" > nul&&echo% aa%.%%i > > c:\% outputfilename% | | echo can not be reached
)
Echo "-"
Echo Ping aa% done!
The above is all the content of the article "how the BAT script Ping detects which IP is occupied in the entire network segment". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!