Jump to content

Running external Application


Recommended Posts

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.

Link to comment
Share on other sites

.... 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 ;):P

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 :blink:
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...