4cade/bin/buildpreall.bat
2021-10-13 22:43:50 -07:00

5 lines
173 B
Batchfile

@echo off
setlocal enabledelayedexpansion
1>nul copy /y build\PRELAUNCH\STANDARD %1
for /f "tokens=*" %%a in (build\games.lst) do 1>nul copy /b /y %1+build\PRELAUNCH\%%a %1