Guest Eclips3GSX Posted May 23, 2005 Posted May 23, 2005 For one, which file do I open to start programming? And would it be possible for someone to send me a relativly easy script, so I can see how it works and such. Thanks
MarkMarkMark Posted May 23, 2005 Posted May 23, 2005 right click, New > Autoit v3 Script. Edit. Then look up the help file....
MarkMarkMark Posted May 23, 2005 Posted May 23, 2005 (edited) Simple code: run("notepad.exe");This runs Notepad WinWaitActive("Untitled - Notepad");Waits untill the Window "Untitled -Notepad" is active send("Hi i am new to autoIT") ; Sends a keystroke MsgBox(1, "Auto-IT", "Your MessageBox") $input = Inputbox("Enter something here....", "", "") msgbox(1, "Lalala", $input,3) havent tested the stuff... so there can be a typo Edited May 23, 2005 by MarkMarkMark
GaryFrost Posted May 23, 2005 Posted May 23, 2005 You might also want to look at getting the Free SciTe editorhttp://www.autoitscript.com/forum/index.ph...pic=10277&st=60 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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