Search found 2 matches
- 20 Jan 2013 22:37
- Forum: DOS Batch Forum
- Topic: Please assist with a small Script
- Replies: 4
- Views: 4654
Re: Please assist with a small Script
Thanks for the reply. Correct though there is a w (timeout feature) but it would wait for certain time (e.g 250 sec) before moving to the next IP. I would like it to move to the next IP right away if there is a delay of more then 10 - 15 sec...Thanks
- 18 Jan 2013 13:34
- Forum: DOS Batch Forum
- Topic: Please assist with a small Script
- Replies: 4
- Views: 4654
Please assist with a small Script
I have a small script that I got from the net. This script basically reads the information (ip addresses) from a file and pings them and then inserts the results in a text file. This script does exactly what I need but the issue is that instead of ping I need “pathping” which I can change in the scr...