I have a small question regarding running a .exe file from my program is possible ?
For ex : My main program is main.exe in C:\Test folder
Like after taking the user's input for ex: If user presses (1) - run 1.exe which is located in the same working directory (C:\Test). Is it possible to do that ?
Err why do you say that system() is the ugliest way and CreateProcess() the proper ? Explain ? And also which header file should i inlude so as to access both of those functions ?