ECHO. ECHO :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ECHO. ECHO - Try again ECHO. ECHO - Exit ECHO. SET /p choiceEnd= Type the first letter of your choice: IF %choiceEnd%==T GOTO start IF %choiceEnd%==E EXIT IF %choiceEnd%==t GOTO start IF %choiceEnd%==e EXIT COLOR 0c ECHO. ECHO Invalid entry. PING -n 2 -w 2 1.1.1.1 > nul ::SEPARATOR :entry CLS COLOR 0a ECHO. ECHO Sorted ECHO. ECHO %a% %b% %c% %d% %e% %f% %g% %h% ECHO. ECHO %roundNum% Checks ECHO. ECHO Numbers: %pastA% %pastB% %pastC% %pastD% %pastE% %pastF% %pastG% %pastH% ECHO. ECHO ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ECHO. ECHO - Try again ECHO. ECHO - Exit ECHO. SET /p choiceEnd= Type the first letter of your choice: IF %choiceEnd%==T GOTO start IF %choiceEnd%==E EXIT IF %choiceEnd%==t GOTO start IF %choiceEnd%==e EXIT COLOR 0c ECHO. ECHO Invalid entry. PING -n 2 -w 2 1.1.1.1 > nul GOTO entry