Hello Everyone,
I'm trying to launch an executable file, but when I use the LaunchExecutable function, the command window opens and immediately closes. Below is the code I am using to launch the executable:
LaunchExecutable ("c:\\Users\\mj\\Desktop\\config.exe");
Also, I've tried looking up on the forums on how to pass the required parameters for the executable but have had no luck. Any help would be very much appreciated.
Thanks!