system_call ( : : Command : )

Executes a system command.

The operator system_call executes the system command specified by the string pointed to by Command (C-procedure "system"). If the string is empty, an interactive shell will be started ('csh -i').


Parameters

Command (input_control)
string -> string
Command to be called by the system.
Default value: 'ls'


Result

If the entered operator can be executed by the system, the operator system_call returns the value 2 (H_MSG_TRUE). Otherwise an exception will be raised.


Parallelization Information

system_call is reentrant and processed without parallelization.


Possible Predecessors

count_seconds


See also

wait_seconds, count_seconds


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH