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?