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