@echo off
title QuizzG 1.1
color 0a
cls
echo Welcome to QuizzG 1.1
pause
echo Where you want to go?
echo 1)Start game
echo 2)Quit
set /p type=Type any 1 or 2 to continue:
if %type%== 1 goto start
if %type%== 2 goto quit
cls
:start
cls
echo Loading...
ping localhost -n 5 >nul
cls
echo Quetion 1
echo Who created airplane?
pause
echo 1)The wright brothers
echo 2)The three brothers
echo 3)Futuref Kelf
set /p type=Answer:
if %type%== 1 goto a
if %type%== 2 goto quit
if %type%== 3 goto quit
cls
:a
cls
echo Correct
pause
cls
echo Loading...
ping localhost -n 5 >nul
cls
echo Quetion 2
echo Who created Facebook
pause
echo 1)Gouch Garris
echo 2)Kelvic Henry
echo 3)Mark Zuckerberg
set /p type=Answer:
if %type%== 1 goto quit
if %type%== 2 goto quit
if %type%== 3 goto b
cls
:b
cls
echo Correct
pause
cls
echo Loading...
ping localhost -n 5 >nul
cls
echo Quetion 3
echo Who created Minecraft(game) ?
pause
echo 1)Markus Persson
echo 2)Javin Funtre
echo 3)Carnival Hittiv
set /p type=Answer:
if %type%== 1 goto c
if %type%== 2 goto quit
if %type%== 3 goto quit
cls
:c
cls
echo Correct
pause
cls
echo Loading...
localhost -n 5 >nul
cls
echo Quetion 4
echo Who Created car
pause
echo 1)David Coping
echo 2)Karl Benz
echo 3)Kelvin Heaving
set /p type=Answer:
if %type%== 1 goto quit
if %type%== 2 goto d
if %type%== 3 goto quit
cls
:d
cls
echo Congratulations! You had guest all the quetions!
pause
cls
color 5
echo Thank you for playing this Quiz Game! Please download the next version at https://www.quizgcopy.blogspot.com
echo Thank you!
pause