summaryrefslogtreecommitdiff
path: root/gs/src/rm.cmd
blob: 0c9328e4dbbc003a987d7b9709300ec42c001131 (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
@rem $RCSfile$ $Revision$
:next
if '%1'=='' goto exit
if '%1'=='-f' goto sh
erase %1
:sh
shift
goto next
:exit