mud/fluffos-2.23-ds03/Win32/rm.bat
2020-09-06 05:43:07 -07:00

9 lines
96 B
Batchfile

@echo off
:loop
if "%1x" == "x" goto end
if "%1" == "-f" shift
del %1 >nul
shift
goto loop
:end