I have a batch file that i am testing, all i want to do is the following
CALL ping.bat
Then after that batch file has run i want to run ano
The ping command acts differently on different operating systems. Try forcing the ping command to stop after a few echo requests with a -n switch.
ping -n 4 127.0.0.1