home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / print / progs / gscript / !GS / Specific / bat / RM < prev   
Encoding:
Text File  |  1991-10-25  |  86 b   |  8 lines

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