mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-02 11:53:28 +00:00
5 lines
139 B
Batchfile
5 lines
139 B
Batchfile
|
@echo off
|
||
|
1>nul copy /y %1\STANDARD %2
|
||
|
rem requires sorted file-system
|
||
|
for %%a in (%1\*) do if %%a neq STANDARD 1>nul copy /b /y %2+%%a %2
|