how to put ping command in startup for getting up and continuos running perpose

  • Thread starter Thread starter jayan
  • Start date Start date
J

jayan

dear sir
i just wants to knwo how to put 4,5 ping commands in
startup and to run continously to monitor the respons..pls
clarify.it is for windows 2000 advance server
thanks

best regards
jayan
 
Place a batch file (e.g. jayan.bat) into your startup
folder. The batch file needs just these two lines:

@echo off
ping aaa.bbb.ccc.ddd -t
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top