Hey a couple weeks back I had an idea of making a program that emulates command prompt. So it will be like a stand alone command prompt. I made that except I do not know how to make it give more than 1 word. I tried strings but it won't work. I tried doing 2 chars but i dont know how to do that. I tried thinks like system(c + d), where c and d are both chars i get from the user. How would I do this?

Here is a typical session:

I type in 'net user'
it gives the output of what i'd get when i would type just net by itself.

I need help!