solid2005 Posted May 28, 2008 Posted May 28, 2008 CODE ; Time Machine #3 ; Day & Hour ; Author - Valuater $start = @MDAY & "/" & @HOUR + 1 ; for testing While 1 $start2 = @MDAY & "/" & @HOUR If $start = $start2 Then Run("notepad.exe") Exit EndIf ToolTip("Start Time = " & $start & @CRLF & "Real Time = " & $start2, 20, 20, "Time Machine", 1) Sleep(2000) WEnd Exit Can some one help me where can i replace the day and time e.g now is May 28 2008 the program i want to start at june 7 2008 time 7:00am
solid2005 Posted May 28, 2008 Author Posted May 28, 2008 I can't hide my windows scheduler my bro always disable. so i want to use autoit so i can hide it.
Andreik Posted May 28, 2008 Posted May 28, 2008 I can't hide my windows scheduler my bro always disable.so i want to use autoit so i can hide it.Use the AT Command to Schedule Tasks.More info: http://support.microsoft.com/kb/313565Hope that helps!
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