How to create a delay in VB script as the sleep command in linux?
sleep
You can do WScript.Sleep 2000.
WScript.Sleep 2000
Like this:
WScript.Sleep 500 ' adjust the value