Re: C++ system() not working!!?!? (Cygwin bash shell?)
Have you tried running the commands in cmd.exe yourself? Like typing CLS and PAUSE? If it's a problem with cmd.exe then you need a new copy. Otherwise your program is sending the command to the wrong place (what is "sh" anyway?)
|