home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d632 / printfiles.lha / PrintFiles / English / Rexx / prfstart.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1992-04-07  |  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.