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