code
@echo off :Menu cls echo Welcome To All Mighty Tech Quiz Game! pause >nul echo. echo Quiz Game echo Press 1 to start and 2 to exit from game. echo. echo 1.Start it up! echo 2.Exit :( echo. set /p input=Enter: if "%input%" == "1" goto Start if "%input%" == "2" exit :Start cls set /p name=Insert Your Full Name?: goto lvl1 :lvl1 cls echo Hello, %name% AMT is processing for the game now press enter button to start the game. pause >nul cls echo Here goes the first question to you pause >nul cls echo. echo Your 1st Question Is echo. echo who is the creator of Minecraft? echo. echo 1. Notch echo 2. Bob echo 3. Jeb echo 4. Steve echo. set /p input=Enter Answer: if "%input%" == "1" goto CORRECT1 if "%input%" == "2" goto WRONG1 if "%input%" == "3" goto WRONG1 if "%input%" == "4" goto WRONG1 :CORRECT1 cls echo You got it right! pause >nul goto lvl2 :WRONG1 cls echo...