Jump to content

Day and Time


Recommended Posts

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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...