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.
See Also _beginthread, Sleep, systemTSO