Sleep or Wait in windows batch script

@ping 127.0.0.1 -n number_of_seconds + 1 >Nul

for example, to sleep for 5 seconds
@ping 127.0.0.1 -n 6 >Nul

Comments

Popular posts from this blog

Asp.Net concurrent requests from same session