Relative Content

Tag Archive for c++exe

Running the .exe that runs the .exe

I’m new to C++, I’d like to know something, since I haven’t found anything on the Internet. I have.an exe file, I also need to write code that will run this .exe, but since the file can be anywhere, is it possible to create a program that will request the path to the .exe and run it?