mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-15 22:13:05 +00:00
4 lines
115 B
Batchfile
4 lines
115 B
Batchfile
@echo off
|
|
1>nul copy /y /b %2+%3 %2
|
|
for /f "tokens=*" %%a in (build\GAMES.SORTED) do 1>nul copy /b /y %2+%1\%%a %2
|