aboutsummaryrefslogtreecommitdiffstats
path: root/win32/rm.bat
blob: ee18ea694605cb13188544fe229e9d404d2c2f46 (plain)
1
2
3
4
5
6
7
8
9
@echo off
::: $Id$
if "%1" == "-f" shift
:begin
if "%1" == "" goto :end
if exist %1 del %1
shift
goto :begin
:end