A quick post with a work around for adding a sleep to a batch file
Add the following line:
ping 127.0.0.1 -n 2 -w 1000 > nul&ping 127.0.0.1 -n 2 -w 1000 > nul
replacing the 2nd 2 with the number of seconds you want to delay.
Add the following line:
ping 127.0.0.1 -n 2 -w 1000 > nul&ping 127.0.0.1 -n 2 -w 1000 > nul
replacing the 2nd 2 with the number of seconds you want to delay.
You must be logged in to post a comment.