@echo off if exist %JAVA_HOME%\bin\java.exe (goto found) else (goto notfound) :found echo found goto end :notfound echo not found :end