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

  1. /* printfiles Arexx Macro  */
  2. /* starts printfiles      */
  3.  
  4. options results
  5.  
  6. if show(ports,'PRINTFILES') then  return 0
  7. address command 'printfiles'
  8. address command  'wait 3'
  9. if show(ports,'PRINTFILES') then  return 0
  10.    else return 5
  11.