Is there any way to put delay between commands e.g we have 5 command i want that run first command and wait for 3 second to run new command, Then run next command and wait for 2 second, Then run 3rd command and wait for 5 second etc etc.
I found WScript.sleep or WScript.sleep()
Is there any way to put delay between commands e.g we have 5 command
Share
vbscript:
powershell: