Insane Posted September 2, 2006 Posted September 2, 2006 (edited) Umm... okie... how do I use the Run command with a game... I tried just the file name and I tried the full path... I know this is a newb question and I'm sorry... Please help >< Edited September 2, 2006 by Insane
Helge Posted September 2, 2006 Posted September 2, 2006 Hmm... you didn't show us any code and you didn't explain why it doesn't work. If the following code doesn't work then you should try adding the directory in the second parameter :Run("c:\games\quake\quake.exe")
Insane Posted September 2, 2006 Author Posted September 2, 2006 (edited) MsgBox(0, "Final Fantasy", "Click to open Final Fantasy"); Run("C:\Program Files\PlayOnline\SquareEnix\PlayOnlineViewer.exe") WinWaitActive("Final Fantasy XI") WinWait("Final Fantasy XI" , "5 second Timeout" , 5)This is the Code and it gives me this msg... Edited September 2, 2006 by Insane
Helge Posted September 2, 2006 Posted September 2, 2006 (edited) The error-message says pretty much everything...it can't find the file. Are you 100% sure that the path and filename is correct ? Edited September 3, 2006 by Helge
Thatsgreat2345 Posted September 3, 2006 Posted September 3, 2006 Run(FileOpenDialog("Select File","","Any File(*.*)"))
Insane Posted September 3, 2006 Author Posted September 3, 2006 Quite...I'm sooo confused... I checked the file path like 100 times...Look:
Insane Posted September 3, 2006 Author Posted September 3, 2006 NVM DUR... put the exe file path on the wrong file... thanks and sorry
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