|
shell |
|
|
Executes a program without the XFRAME runtime system , eventually providing a standard input (STDIN). Syntax shell(name, stdin) Parameters
Return code The exit code of the program. Sample myrc=shell("xvsam --list"); |