cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
POPPING UP OF DOS WINDOW WHEN RUNNING SY
POPPING UP OF DOS WINDOW WHEN RUNNING SYSTEM() COMMAND IN C PROGRAM IN WINDOWS
Mar 9, 2009 at 7:58am UTC
SAURABH JAIN
(3)
Hi,
I want to run a DOS command from my C program - and I can do that fine, but I want to do it without the Command Window popping up. Is there a way to do this?? because if the command window pops up it makes my app look very scruffy.
Regards
SAURABH JAIN
Last edited on
Mar 9, 2009 at 7:59am UTC
Mar 10, 2009 at 3:23pm UTC
george135
(268)
Never use System()
Just use win32 api (Sh)
Topic archived. No new replies allowed.