Nicocohayek Posted May 17, 2010 Author Posted May 17, 2010 ??? how to open x.exe? you can run about anything with run('wherever\whatever.exe')it gives me : Error Opening Destination File
Nicocohayek Posted May 17, 2010 Author Posted May 17, 2010 Code please.Run("x.exe")WinWaitActive("Untitled")While 1 Send("{ENTER}") Sleep(1000)WEndProgram directory is : C:\Users\''\Desktop\x.exe
Fainth Posted May 17, 2010 Posted May 17, 2010 Run("x.exe")WinWaitActive("Untitled")While 1 Send("{ENTER}") Sleep(1000)WEndProgram directory is : C:\Users\''\Desktop\x.exehow about including the path to the .exe in your run('c:\user\..\desktop\x.exe') ?winwaitactive for 'untitled' needs adjustment as well since its no empty notepad coming up...
Nicocohayek Posted May 17, 2010 Author Posted May 17, 2010 how about including the path to the .exe in your run('c:\user\..\desktop\x.exe') ?winwaitactive for 'untitled' needs adjustment as well since its no empty notepad coming up...didn't work :/ it compiled to an exe file but didn't launch the designated program
Fainth Posted May 17, 2010 Posted May 17, 2010 You compiled an exe and that didnt work ? Run("C:\Users\yourname\Desktop\x.exe") WinWaitActive("yourProgramsWindowTitle") While 1 Send("{ENTER}") Sleep(1000) WEnd like that?
Nicocohayek Posted May 17, 2010 Author Posted May 17, 2010 You compiled an exe and that didnt work ? Run("C:\Users\yourname\Desktop\x.exe")WinWaitActive("yourProgramsWindowTitle")While 1 Send("{ENTER}") Sleep(1000)WEndlike that?yes i wrote it exactly like that. no syntax errors no nothing.
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