Kokodajs 0 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. Share this post Link to post Share on other sites
NicePerson 1 Posted July 15, 2010 Try this Run("E:\Apps\Erin\Launch.exe") Share this post Link to post Share on other sites
JFX 10 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 Share this post Link to post Share on other sites
Kokodajs 0 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 Share this post Link to post Share on other sites