sambalec Posted September 10, 2009 Posted September 10, 2009 hello, how can I start a command in my script at 14H00 and another one at 15H00 ( from local computer hour ) ? Thank's a lot !!
99ojo Posted September 10, 2009 Posted September 10, 2009 (edited) hello, how can I start a command in my script at 14H00 and another one at 15H00 ( from local computer hour ) ?Thank's a lot !!Hi,have a look at function _NowTime () and next time at helpfile as well. ;-))StefanP.S: Why so complicated if it is much easier, as you see next post ...... Edited September 10, 2009 by 99ojo
AuToItItAlIaNlOv3R Posted September 10, 2009 Posted September 10, 2009 (edited) Try with this code : While 1 Sleep (1000) If @HOUR = "14" And @MIN = "00" Then ;Command here EndIf WEnd Hello! Edited September 10, 2009 by AuToItItAlIaNlOv3R
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now