#1
|
|||
|
|||
sleep in VBScript
Hello
Maybe its trivial but I fail to insert a sleep into a VBScript.. I've tried following pieces of code in "Run Script" action: Sleep("200") Sleep(200) Sleep 200 Set shell = CreateObject("WScript.Shell") Sleep("200") Set shell = CreateObject("WScript.Shell") Sleep(200) Set shell = CreateObject("WScript.Shell") Sleep 200 Please help.. |
|
|