mirror of
https://github.com/a2-4am/4sports.git
synced 2025-01-10 00:29:23 +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
|