system

Executes a new program using a command line.

int system (char * command);

Required Header
<process.h>

Return Value

The return value from the called program.

Parameters

command

  The command line to execute

Remarks

The JCC Library allows JCC programs to redirect stdin, stdout and stderr.

Process and Threads

See Also    _beginthread, Sleep, systemTSO