Using sleep function to pause your program
Wscript.Echo "Time Start"
'here is the most important line
WScript.sleep 6000
Wscript.Echo "6 Second Gone"
Wscript.Echo "Time Start"
'here is the most important line
WScript.sleep 6000
Wscript.Echo "6 Second Gone"