POPPING UP OF DOS WINDOW WHEN RUNNING SYSTEM() COMMAND IN C PROGRAM IN WINDOWS

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
Never use System()
Just use win32 api (Sh)
Topic archived. No new replies allowed.