@echo off :start set /p args=Enter arguments for TankStepped (q = quit): if "%args%" == "q" goto end java -jar TankStepped.jar %args% goto start :end