Running an external .exe in a console app

May 31, 2013 at 4:55pm
What's a good alternative to system(...)?
I would like to place the .exe in the same folder as my program and run it without specifying the file path, like ifstream file; file.open ("file.xml"), just that the file is executed instead of opened.
May 31, 2013 at 7:11pm
May 31, 2013 at 11:45pm
Sorry, should have looked it up first.
Topic archived. No new replies allowed.