How to ping all IP addresses in a range from CMD Posted on 08/04/2013 by AlfPi FOR /L %i IN (1,1,254) DO ping -a -n 1 -a 192.168.0.%i | FIND /i “Reply”>>C:ipaddresses.txt 00 Related Posts:Wireshark - how to capture relevant dataVMware - capturing network packetsLinux - Adding and extending LVM disk