Running another .exe

Jan 26, 2014 at 11:23am
Hello everyone,

What i basically want to do is running another exe file through the program i created using C++. I was using ShellExecute before, but the problem is i want to run a program which is in a file in the same path with my program.

For example; my main program is in a folder and the program i want to run through my main program is in a folder named "aaa" under the first folder. So i dont want to use the full path but use it like ".../aaa/2NDProgram.exe". Is this possible? If it is, how?

Any help is appreciated. Thanks in advance.
Jan 26, 2014 at 12:21pm
i figured it out myself! :)
Topic archived. No new replies allowed.