How do I make a system call in Visual C++ (v6.0) to issue a "dos" command without the command window popping up ? I need to issue the dos command a # of times and don't want to create a process each time the call is made.

Thanks in advance.