Sunday 18 August 2013

'Code to Run Script at Specified Time 6.00 PM

Paste below written code at the beginning of script & run your script
strTime=hour(Now)
Do while strTime”6″
strTime=hour(Now)
wait(1800)
Loop

No comments:

Post a Comment