Files
VOREStation/tools/mapmerge/2clean_map.bat
T

8 lines
149 B
Batchfile

SET z_levels=6
cd
FOR %%f IN (../../maps/*.dmm) DO (
java -jar MapPatcher.jar -clean ../../maps/%%f.backup ../../maps/%%f ../../maps/%%f
)
pause