home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 545b.lha / RexxHS / sas / clean.rexx next >
Encoding:
OS/2 REXX Batch file  |  1991-09-07  |  98 b   |  6 lines

  1. /* clean.rexx -- clean up the dir */
  2.  
  3. address command
  4. 'delete #?.o quiet'
  5. 'delete rexxhs.library'
  6.