mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-27 08:50:01 +00:00
4 lines
106 B
Batchfile
4 lines
106 B
Batchfile
@echo off
|
|
1>nul copy /y %3 %2
|
|
for /f "tokens=*" %%a in (build\games.lst) do 1>nul copy /b /y %2+%1\%%a %2
|