home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / printing / ghostscrip / source / 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.