Notes:
Note that every string given as an argument to this fuction will be
passed as a single argument to the operating system, even if it
contains spaces. For example, the following call:
CDM_Exec(interp, "vi", "file with spaces", NULL);
is equivelant to the following command (assuming written to a shell):
$> vi "file with spaces"
An error condition will be raised if the operating system returns an
error condition or when the executed command writes anything to
its stderr.
Also note that this call is equivelant to the "exec" Tcl command.
See Also:
CDM_Eval, exec
Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.