REM Update Script

cd /d "${INSTALL_PATH}"

java -jar rtmconfig.jar "${INSTALL_PATH}"
del /F /Q rtmconfig.jar

exit 0