Somehow this one had /_maps/ instead of /maps/ too

This commit is contained in:
Rykka
2019-09-24 04:22:10 -06:00
parent 4fc7887bc3
commit 7ed11de790
+12 -12
View File
@@ -1,12 +1,12 @@
@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
@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