Answers for "windows batch ping a range of addresses"

0

windows batch ping a range of addresses

FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.10.%i | FIND /i "Reply">>c:\ipaddresses.txt
Posted by: Guest on April-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language