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
Replicating Windows' Run Command
Replicating Windows' Run Command
May 11, 2011 at 1:58am UTC
Shintuku
(2)
Hey everyone, I was wondering how can you make a console application that acts like windows' run command. When you type a programs name in the application, it runs said application.
Thanks in advance!
May 11, 2011 at 2:02am UTC
Zhuge
(4664)
You could look into the system() function, though TBH I don't see much point in this.
May 11, 2011 at 2:23am UTC
Shintuku
(2)
No point really, was just wondering :D Thanks for your answer, I'll be looking into it.
Topic archived. No new replies allowed.