Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file for ping ip
Name: nildel Date: February 18, 2009 at 03:41:04 Pacific OS: Windows XP Subcategory: General
Comment:
Hi, I want to make a batch file by which i will be able to ping multiple ip addresses(20)one after one. this should happen every 3 hours. it should create a log file for me.Can i generate a voice alarm also?
Name: guapo Date: February 18, 2009 at 05:40:59 Pacific
Reply:
There is probably an easier way but you can use: ping 192.168.1.1 > ping.txt ping 192.168.1.2 >> ping.txt ping 192.168.1.3 >> ping.txt and so on Set the batch file in scheduled tasks. I don't know about a voice alarm.
What is the purpose of creating such a log?
0
Response Number 2
Name: Ramdas_MR (by rmds_mr) Date: February 18, 2009 at 06:19:19 Pacific
Reply:
try this out which will help u getting check the uptime of the pC's
Summary: I am having a problem with my network connection. every two hours or so my network connection disconnects and then appears like its trying to reconnect.. ie the little icon in the sys tray shows it tr...
Summary: Hello everybody, It's good to have a forum that talks about batch file cause I need to create one, but with no experience. I'll explained. 1) It as to open cmd, 2) Type: C:\Documents and Settings\...