Search found 1 match
- 20 Dec 2012 09:38
- Forum: DOS Batch Forum
- Topic: new here and to batch files - Ping issues
- Replies: 2
- Views: 2188
new here and to batch files - Ping issues
Im trying to create a batch file that will ping an IP and write fails to a file with a timestamp. I have one that works on my win 7 machine, but when I try running it on server 2003 it writes all replys to the file...any suggestions on this? @setlocal enabledelayedexpansion @echo Input IP to ping @s...