solid2005 0 Report post 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 Share this post Link to post Share on other sites
rasim 19 Report post Posted May 28, 2008 Use Windows scheduler. Share this post Link to post Share on other sites
solid2005 0 Report post 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. Share this post Link to post Share on other sites
Andreik 52 Report post 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! When the words fail... music speaks Share this post Link to post Share on other sites