Arbortext Command Language > Functions by Alphabetical Listing > system
  
system
system(cmd[, flags])
Use this function to run applications outside of the Arbortext Editor environment. The cmd parameter is a command to execute in a DOS window. If flags is set to one (1) the command will be executed in a hidden window.
If the process fails to launch, the function returns a negative one (-1) and stores an error message in the $main::ERROR variable.
Related Topics
sh command