Replicating Windows' Run Command

May 11, 2011 at 1:58am
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
You could look into the system() function, though TBH I don't see much point in this.
May 11, 2011 at 2:23am
No point really, was just wondering :D Thanks for your answer, I'll be looking into it.
Topic archived. No new replies allowed.