Files
CHOMPStation2/tools/mapmerge2/1-Prepare Maps.bat
2020-04-04 16:26:23 +01:00

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