mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
13 lines
278 B
Batchfile
13 lines
278 B
Batchfile
@echo off
|
|
cd ../../maps/yw
|
|
|
|
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"
|
|
|
|
cls
|
|
echo All dmm files in cryogaia directories have been backed up
|
|
echo Now you can make your changes...
|
|
echo ---
|
|
echo Remember to run mapmerge.bat just before you commit your changes!
|
|
echo ---
|
|
pause
|