@echo off set /a newcode=12345 :start set /p code=Insert code here. if %code%==%newcode% goto right if not %code%==%newcode% goto wrong :right set /p YN=Good job! Type Y to change the default code, or N to exit. if %YN%==Y goto Y if %YN%==N goto exit :Y set /p newcode=Type the new code and press any key. goto start :wrong echo Wrong code! press any key to try again. pause cls goto start :exit exit
![=]](/forum/images/emotions/=].gif)