Files
GS13/tools/mapmerge2/Prepare Maps.bat
2019-09-23 18:26:34 +02:00

13 lines
274 B
Batchfile

@echo off
cd ../../_maps/
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"
cls
echo All dmm files in _maps 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