home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gs-2.6.1.4-src.lha / src / amiga / ghostscript-2.6.1 / rm.bat < prev    next >
Encoding:
DOS Batch File  |  1994-01-28  |  104 b   |  10 lines

  1. @echo off
  2. :next
  3. if '%1'=='' goto exit
  4. if '%1'=='-f' goto sh
  5. erase %1
  6. :sh
  7. shift
  8. goto next
  9. :exit
  10.