Originally posted by Salem
> and not running the command line.
Well we kinda hoped that you would figure out that

system( command );

would be the obvious thing to put in the code to replace your attempt.

The cout is merely there to make sure everything is alright before you do something really dumb like "del c:"
Oh!!! Thanks!!!!

Of course I've tried
system ("command");
and it didn't work. Since I am really new to C++, please forgive my igrnorance.
Thank you very much everyone!!