Computing.Net > Forums > Networking > Batch file for ping ip

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

Reply to Message Icon

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?



Sponsored Link
Ads by Google

Response Number 1
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

http://www.multiping.com/downloads/...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: Batch file for ping ip

batch file for ping and print www.computing.net/answers/networking/batch-file-for-ping-and-print/38211.html

batch file for reconnecting internt www.computing.net/answers/networking/batch-file-for-reconnecting-internt/35065.html

batch file for ftp transfert www.computing.net/answers/networking/batch-file-for-ftp-transfert/35260.html