home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / printer / printfiles / rexx / prfdel.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-02-27  |  217 b   |  11 lines

  1. /* printfiles Arexx Macro           */
  2. /* quit the printfiles program      */
  3.  
  4. options results
  5. if show(ports,'PRINTFILES') = 0 then exit
  6. address printfiles
  7. status
  8. if result == 'PRINTING' then quit quit
  9. else quit
  10. exit
  11.