7.65 subprocess
- type: action command.
- function: execute a system command in a shell.
- Command syntax, including use of equations and subcommands, is discussed in 7.2.
&subprocess
STRING command = NULL;
&end
- command — The text of the command to execute. The command may use the sequence “%s”
for substitution of the rootname as set by run_setup. A literal “%s” must be entered as
“%%s”.