home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 633.lha / PrintFiles_v0.9 / English / Rexx / prfdel.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1992-04-16  |  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.