4cade/bin/buildfxful.bat
Peter Ferrie b0d83d89e5 sync
2021-10-15 22:34:00 -07:00

16 lines
263 B
Batchfile

@echo off
setlocal enabledelayedexpansion
1>nul copy /y nul %2
for /f "tokens=*" %%a in (%1) do (
set f=0
call :x %%a
if !f!==2 goto:eof
if !f!==0 1>nul copy /b /y %2+%3\%%a %2
)
goto:eof
:x
set a=%1
if not x%a:#=%==x%a% set/a f=1
if not x%a:[=%==x%a% set/a f=2