Gerald Fernando 0 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 Share this post Link to post Share on other sites
Qwerty212 15 Posted August 26, 2015 Try this to see if it opens the .exe$Path = "C:\Program Files\EPM Suite\EPMControl.exe" ShellExecute($Path) 1 Gerald Fernando reacted to this Share this post Link to post Share on other sites
Surya 29 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) Share this post Link to post Share on other sites
Gerald Fernando 0 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 Share this post Link to post Share on other sites
Gerald Fernando 0 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 Share this post Link to post Share on other sites