I have a C++ program, and I also have an exe that was not compiled from C++. I want my C++ program to call (execute) the exe program. The C++ program can end when the exe is run. Can someone tell...