Click to See Complete Forum and Search --> : Batch file in Windows XP Pro


specialnachos
April 30th, 2008, 03:07 PM
I want to ping a server or some website repeatedly using a batch file. What are the simple commands I can use to do this or source code?

PeejAvery
May 1st, 2008, 03:53 PM
Why would you want to do that repeatedly? Attempting denial of service?

specialnachos
May 2nd, 2008, 02:54 PM
No just for test engineering purposes. Pinging multiple servers and looping.

PeejAvery
May 2nd, 2008, 03:39 PM
You already know the ping command. The only other command you need to know is goto.

:begin
ping address
goto begin