kumar87dec Posted October 5, 2016 Posted October 5, 2016 helo all, kindly provide some inputs how to automate desktop application using autoit. iam very new to this tool. 1.how to launch desktop application using script. 2.how to record application. 3.if anyone have any sample scripts ,please share with me. thanks & regards, kumar
Muhammad_Awais_Sharif Posted October 5, 2016 Posted October 5, 2016 Run("notepad.exe") WinWaitActive("Untitled - Notepad") Send("This is some text. Written using Autoit ") WinClose("Untitled - Notepad") WinWaitActive("Notepad", "Save") ;WinWaitActive("Notepad", "Do you want to save") ; When running under Windows XP Send("!n")
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