This article introduces how to implement a sleep function in cmd.exe, Command Prompt.
This is the general approach
timeout 1 > nul
There’s also this method.
ping 127.0.0.1 -n 1 > nul This article introduces how to implement a sleep function in cmd.exe, Command Prompt.
This article introduces how to implement a sleep function in cmd.exe, Command Prompt.
This is the general approach
timeout 1 > nul
There’s also this method.
ping 127.0.0.1 -n 1 > nul