roc Posted June 22, 2010 Posted June 22, 2010 I would like the Send("{ENTER}") to be at a specific time. How could I make this work. This is what I have tryed. Thank you Case Send ; Wait until required time $sReqTime = "23:59:59" ; 1 secs before midnight Do ; Wait 1 sec Sleep(1000) Until @HOUR & ":" & @MIN & ":" & @SEC = $sReqTime ; send Send("{ENTER}")
Goldie Posted June 23, 2010 Posted June 23, 2010 (edited) Sorry misread your post lol... Edited June 23, 2010 by Goldie
Juvigy Posted June 23, 2010 Posted June 23, 2010 This should get you started: #include <Date.au3> MsgBox(0,'',"The time is:" & _NowTime())
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