cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Running an external .exe in a console ap
Running an external .exe in a console app
May 31, 2013 at 4:55pm UTC
DrZoidberg
(143)
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 UTC
MiiNiPaa
(8886)
http://msdn.microsoft.com/en-us/library/windows/desktop/bb776886%28v=vs.85%29.aspx
May 31, 2013 at 11:45pm UTC
DrZoidberg
(143)
Sorry, should have looked it up first.
Topic archived. No new replies allowed.