mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 01:31:58 +00:00
13 lines
279 B
Batchfile
13 lines
279 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 Run_Map_Merge.bat just before you commit your changes!
|
|
echo ---
|
|
pause
|