News

But, the ping command can also be used for other rather shady purposes. ... loop ping <IP Address> -l 65500 -w 1 -n 1 goto :loop. In the above command, replace <IP Address> with an IP address.
I am looking for a way to run a couple for loops in a batch file. and have the loops wait between each run of the previous commands to finish: FOR /L %%a IN (1,2,3) DO (start cmd /c ping 127.0.0.1 ...