Re: system() help
- Posted by jimcbrown (admin) Aug 15, 2008
- 1481 views
GeorgeWalters said...
Well, that did not work either. Says something in a black screen too fast to read.
May need additional options.
Try "start /b /wait /min cmd /c rmdir ..."
The full list of options to start is at:
http://www.computerhope.com/starthlp.htm
Failing that, you could try run.exe from the cygwin distribution (mingw might have a version as well) which is suppose to be designed to run programs with the console window hidden.