mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 00:30:06 +01:00
These backups all *.dmm files in the maps folder, rather than those with specific names.
8 lines
70 B
Batchfile
8 lines
70 B
Batchfile
cd ../../maps
|
|
|
|
FOR %%f IN (*.dmm) DO (
|
|
copy %%f %%f.backup
|
|
)
|
|
|
|
pause
|