Kokodajs Posted July 15, 2010 Posted July 15, 2010 Hello Im trying to make a script that logs me into application that i use and the only problem i have is how to start it. The app is located in E:\Apps\Erin\Launch.exe and i tryed using Run command in almost every way i could google it but it wont start. i saw people using @System/Windows/Temp Dir to run application from those folders, but mine is installed on E:\ so i ll be heppy to hear any suggestion on how to run it.
JFX Posted July 15, 2010 Posted July 15, 2010 (edited) Run seems sometimes cause trouble, try ShellExecute("E:\Apps\Erin\Launch.exe", "", "E:\Apps\Erin") Edited July 15, 2010 by JFX
Kokodajs Posted July 15, 2010 Author Posted July 15, 2010 .... and i tryed using Run command in almost every way i could google it .... Try this Run("E:\Apps\Erin\Launch.exe") im not THAT n00b Run seems sometimes cause trouble, try ShellExecute("E:\Apps\Erin\Launch.exe", "", "E:\Apps\Erin") Thank you JFX it works now. I dont think i would have figured that one out by myself
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