Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with time counter

Status
Not open for further replies.

jmm666

MIS
May 24, 2008
1
0
0
US
(in relation to existing problem explained in attached url) - need help for a script to be started within vista task scheduler - the script is to be run when laptop wakes up from hibernation, and should delay launching of next operation by n seconds - is that possible?
thanks if you can - jm
 
Code:
WScript.Sleep(5000)
WScript.Echo("You delayed this message by 5 seconds")


post relevant code if sleep is not what is needed



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top