Sleep | VBScript | SS64.com - SS64 | Command line reference
WScript.Sleep Suspend the execution of the current script for the specified number of milliseconds. Syntax WScript.Sleep lngTime Arguments: lngTime is the delay in milliseconds Example WScript.Sleep(5000) WScript.Echo("5 seconds have passed.")...