mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
8 lines
77 B
Batchfile
8 lines
77 B
Batchfile
cd ../../maps/tether
|
|
|
|
FOR %%f IN (*.dmm) DO (
|
|
copy %%f %%f.backup
|
|
)
|
|
|
|
pause
|