mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Merge pull request #12287 from Jordie0608/equalityforalldmmfiles
Prepare Maps.bat for entire _maps directory
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
@echo off
|
||||
cd ../../_maps/map_files/
|
||||
cd ../../_maps/
|
||||
|
||||
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"
|
||||
|
||||
cls
|
||||
echo All dmm files in map_files directories have been backed up
|
||||
echo All dmm files in _maps directories have been backed up
|
||||
echo Now you can make your changes...
|
||||
echo ---
|
||||
echo Remember to run Run_Map_Merge.bat just before you commit your changes!
|
||||
|
||||
Reference in New Issue
Block a user