@echo off echo basic testing file. All file names must be entered into template.args by hand. set map=Test set FID=555 rem * location for java components and rpause etc set UTILS=%USERPROFILE%\Documents\Utils echo ************************************************ echo Compiling %map%. Please wait echo ************************************************ echo. start /low /b /wait java -enableassertions -Xmx3000m -Dlog.config=logging.properties -jar "%UTILS%\mkgmap\mkgmap.jar" --code-page=1252 --family-id=%FID% --mapname="60%FID%001" --overview-mapname="%map%" --series-name="%map%" --family-name="Roger's Maps: %map%" --description="%map%" --no-poi-address --preserve-element-order --tdbfile --style-file=..\resources\styles --style=roger -c template.args "..\resources\style.txt" echo. echo *********************************************** echo *** IMG Creation Script End - Press any key *** echo *********************************************** pause >nul