Monday, May 21, 2012

Wait command

Sometime we want the script to run a little bit slower than the time we executed them.

Here is the command to wait for 6 sec

Wscript.Echo "Time Start"
WScript.sleep 6000
Wscript.Echo "6 Second Gone"

0 comments:

Post a Comment