THIS IS A BETTER ONE:
process.start(application.startuppath & "exename.exe")
the exe will start even if the folder is moved, but the exe must be in the same folder
Originally Posted by mnpeepno2
THIS IS A BETTER ONE:
process.start(application.startuppath & "exename.exe")
the exe will start even if the folder is moved, but the exe must be in the same folder
...that's a bigger problem, your assuming the Op wants to start a process that can be controlled, in most situations the developer wants to start IE, notepad, or some other application that can't be in the application folder.