SHELL com:boolean, code:integer, prog:string, arg:string
Shell (via COMMAND.COM if “com” is TRUE) to program/command “prog” with arguments “arg”, saving the return value in “var”
NOTE: If “com” is TRUE, the value assigned to “var” will be the return code of COMMAND.COM, not “prog”)
See also: Call