@echo Move copied zips... @for /F "tokens=*" %%i in (ziplist.txt) do @(call :MVIT %%i) @goto END :MVIT @if "%1x" == "x" goto :EOF call mds %1 @goto :EOF :END