Search found 1 match

by batchn00b
10 Nov 2011 13:22
Forum: DOS Batch Forum
Topic: batch to automatically ping IPs
Replies: 3
Views: 6179

batch to automatically ping IPs

Hi, New to the forum, and new to the batch world. Looking for any help I can get. I am attempting to build a batch file that will ping a list of IPs, and I would like it to automatically start pinging the IP's I have listed in another file. This is what I have so far: ping -a -n 1 %1 |findstr "...