home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / objc / appkit / Executive.README < prev    next >
Encoding:
Text File  |  1994-01-13  |  470 b   |  20 lines

  1. Executive
  2. =========
  3.  
  4. INHERITS FROM    Object
  5.  
  6. REQUIRES HEADER FILES    Executive.h
  7.  
  8. DEFINED IN    
  9.  
  10.  
  11. CLASS DESCRIPTION
  12.  
  13. Executive allows the execution of shell commands from a program, providing
  14.  both synchronous and asynchronous execution of commands.  Other features
  15.  include the ability to direct command output to another object through the
  16.  popen(3) mechanism and displaying of errors through a standard panel for
  17. consistency in error reporting throughout an application.
  18.  
  19.  
  20.