Gerald Fernando Posted August 24, 2015 Share Posted August 24, 2015 (edited) Hi , Could any one of you kindly help me out in the below given . I am new to scripting /coding and I have gone through the Samples on-line and created one on my own, that I have attached along with this post. so please guide me. Thank you Script to be written for 1. Select “Ctrl+Alt+E” or “F2” to run a software 2. Then “alt” key to select menu section 3. Keyboard right arrow key 1 time 4. Keyboard “down” arrow Key 4 times 5. Enter 2 times6. finally "close" the window. Notes: on the software. The .exe file is “EPMControl.exe “ Target: "C:\Program Files\EPM Suite\EPMControl.exe" Tried a short cut key: F2 (since multiple keys did not work) Backup Script complete 1.au3 Edited August 24, 2015 by Gerald Fernando Link to comment Share on other sites More sharing options...
Qwerty212 Posted August 26, 2015 Share Posted August 26, 2015 Try this to see if it opens the .exe$Path = "C:\Program Files\EPM Suite\EPMControl.exe" ShellExecute($Path) Gerald Fernando 1 Link to comment Share on other sites More sharing options...
Surya Posted August 26, 2015 Share Posted August 26, 2015 Sorry i didnt correctly understand you,can you be more specific No matter whatever the challenge maybe control on the outcome its on you its always have been. MY UDF: Transpond UDF (Sent vriables to Programs) , Utter UDF (Speech Recognition) Link to comment Share on other sites More sharing options...
Gerald Fernando Posted September 1, 2015 Author Share Posted September 1, 2015 (edited) Sorry i didnt correctly understand you,can you be more specificI am trying to automate a process using Autoit. had issues with running the .exe file , now its working thanks to Qwerty212 . Edited September 8, 2015 by Gerald Fernando Link to comment Share on other sites More sharing options...
Gerald Fernando Posted September 1, 2015 Author Share Posted September 1, 2015 Try this to see if it opens the .exe$Path = "C:\Program Files\EPM Suite\EPMControl.exe" ShellExecute($Path) Thanks Qwerty212 , that worked Link to comment Share on other sites More sharing options...
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