how to sleep windows batch code example
Example 1: batch sleep
timeout /t <timeoutinseconds> [/nobreak]
Example 2: how to sleep windows 10 with cmd
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
timeout /t <timeoutinseconds> [/nobreak]
rundll32.exe powrprof.dll,SetSuspendState 0,1,0