Written by marcelpetrick
on June 20, 2017
Ok, “wait” does not exist and “sleep” as well too.
Then there is the infamous ping-trick:
1 |
ping 127.0.0.1 -n 1 -w 1000 > NUL |
But the solution is:
1 |
timeout /nobreak /t 3 |
Leave a Reply
You must be logged in to post a comment.