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

11 lines
135 B
Batchfile

@echo off
:loop
if "%1" == "-f" shift
if "%1" == "." shift
if "%1" == ".." shift
if "%1x" == "x" goto end
copy %1
shift
goto loop
:end