home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / ui / system. / system.bin
Text File  |  1995-12-09  |  414b  |  13 lines

  1. OPERATOR
  2.  
  3. system --- invoke a Unix program
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The system operator provides a mechanism to invoke any Unix program from an 
  9. igraph. The input object is used as a trigger to invoke a Unix program 
  10. contained in the cmd string parameter. The output is the return status of the 
  11. program. The system operator will block execution of an igraph until the Unix 
  12. program is completed. 
  13.