fuxasive Posted June 5, 2008 Posted June 5, 2008 Hi, I recently found out about AutoIt, so I have no clue how to use the program yet. I'm trying to do a simple task: get my computer to type a message in a word processing program by itself. Any pointers?
James Posted June 5, 2008 Posted June 5, 2008 Send("My message") Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
FastHelper Posted June 5, 2008 Posted June 5, 2008 (edited) Example: Send("#r") ; This will send Windows logo key + R (on keyboard) WinWaitActive("Run") ; This will wait for Run option to be activated Send("notepad.exe{Enter}") ; After opening Run it will type a command to open notepad WinWaitActive("Untitled -") ; now it will wait for notepad to be opened Send("Today's time/date is {F5}") ; this will send some text and will Press F5 key on keyboard which will display today's date and time. i am also a newbie like you Please read help file for learning it. is it helpful for you? Edited June 5, 2008 by FastHelper sorry for my spelling mistakes. its due to be fast !!!
Remnant Posted June 6, 2008 Posted June 6, 2008 Is there a way to get the program to loop?Sure, four or five.loop up loop in the help file.Some idea of what you are trying to accomplish would help
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