echo off cls :OP echo. echo TEST choice /c:a cls IF ERRORLEVEL 1 GOTO a GOTO END :a goto op :END