Axufuris Posted July 18, 2008 Posted July 18, 2008 I was wondering if anyone knows how to run from a dir. I tried Run("Eve.exe", "C:\Program Files\CCP\EVE\") but its not working
Richard Robertson Posted July 18, 2008 Posted July 18, 2008 (edited) ~sigh~Why do so many people not get this?Run("C:\Program Files\CCP\EVE\Eve.exe", "C:\Program Files\CCP\EVE")The second parameter is the working directory, not the directory to look for the executable in.Edit: smashly posted too... Edited July 18, 2008 by Richard Robertson
smashly Posted July 18, 2008 Posted July 18, 2008 ~sigh~Why do so many people not get this?Run("C:\Program Files\CCP\EVE\Eve.exe", "C:\Program Files\CCP\EVE")The second parameter is the working directory, not the directory to look for the executable in.Edit: smashly posted too...I think it's the way the help file states the first parameterfilename: The name of the executable (EXE, BAT, COM, or PIF) to run.Maybe if it said "filename: Path ending with the filename to run"Or something like that...Cheers
Axufuris Posted July 18, 2008 Author Posted July 18, 2008 thanks guys appreciate it, I have been working nonstop all day on this and have gotten pretty far except for a few problems.
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