systemTSO

Executes a new program with a CPPL using a command line.

int systemTSO (char * command);

Required Header
<process.h>

Return Value

The return value from the called program.

Parameters

command

  The command line to execute

Remarks

This function returns -1 if the executing JCC program wasn't called with a CPPL itself.

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

Process and Threads

See Also    _beginthread, Sleep, system