dreamingof8a Posted May 3, 2010 Posted May 3, 2010 Hi everybody, I stumbled across AutoIt looking for a solution to the following very simple problem: How can I make a timed keyboard input in a window? I basically just want to be able to send a skype message at a certain time. that's it. The window can be open and active, I'm just not there when it's supposed to happen :-) Haven't found anything by doing a search so I hope that maybe one of you can help me out? Thanks a lot! Cheers dreamingof8a
somdcomputerguy Posted May 3, 2010 Posted May 3, 2010 Use AutoIt Window Info Tool (AU3Info) to get info for ControlSend. Use code like thisDo Sleep(100) Until @HOUR & ":" & @MIN = "03:00" ;change the time to whatever is neededto wait for the right time to do the ControlSend. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
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