@echo off
color F0
:menu
cls
echo ".----------------. .----------------. .----------------. .----------------."
echo "| .--------------. | .--------------. | .--------------. | .--------------. |"
echo "| | ______ | | | __ | | | ____ ____ | | | _________ | |"
echo "| | .' ___ | | | | / \ | | ||_ \ / _|| | | |_ ___ | | |"
echo "| | / .' \_| | | | / /\ \ | | | | \/ | | | | | |_ \_| | |"
echo "| | | | ____ | | | / ____ \ | | | | |\ /| | | | | | _| _ | |"
echo "| | \ `.___] _| | | | _/ / \ \_ | | | _| |_\/_| |_ | | | _| |___/ | | |"
echo "| | `._____.' | | ||____| |____|| | ||_____||_____|| | | |_________| | |"
echo "| | | | | | | | | | | | |"
echo "| '--------------' | '--------------' | '--------------' | '--------------' |"
echo "'----------------' '----------------' '----------------' '----------------' "
echo Game Ini Di Buat oleh:A
echo Link blog : http://bagusprblog.blogspot.com
echo 1) Mulai!
echo 2) cara main
echo 3) Keluar
set /p number=
if %number% == 1 goto Mulai!
if %number% == 2 goto cara main
if %number% == 3 goto keluar
:Mulai!
cls
echo Siapa Nama Mu:
set /p name=
echo Halo %name%!
echo Apakah Kamu akan mulai quiz? (y/t)
set /p start=
if %start% == y goto level1
if %start% == t goto menu
goto Mulai!
:cara main
cls
echo Tekan jawaban (a,b,c atau d) lalu tekan Enter
echo pergi ke menu? (y/t)
set /p menugoto=
if %menugoto% == y goto menu
if %menugoto% == t goto exit
goto cara main
:keluar
cls
echo apakah anda yaking ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == t goto menu
goto keluar
:level1
cls
echo ok sekarang mulai.
echo 1. Ada berapa banyak generasi komputer dalam sejarah ?
echo a) 5
echo b) 2
echo c) 4
echo d) 7
set /p answer1=
if %answer1% == a goto correct1
if %answer1% == b goto wrong1
if %answer1% == c goto wrong1
if %answer1% == d goto wrong1
goto level1
:correct1
goto level2
:Wrong1
Echo salah mau ulang? (y/t)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == t goto menu
goto wrong1
:level2
echo 2. komputer generasi pertama diciptakan tahun berapa ?
echo a) 1950-1951
echo b) 1900-1959
echo c) 1940-1945
echo d) 1944-1959
set /p aa=
if %aa% == a goto wrong2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
if %aa% == d goto correct2
goto level2
:correct2
goto level3
:wrong2
cls
echo SALAH!Mau ulang? (y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong2
:level3
echo 3. Sebutkan aplikasi untuk mengedit gambar....
echo a) paint
echo b) Corel Draw
echo c) Photoshop
echo d) Command Prompt
set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto correct3
if %answer3% == d goto wrong3
goto level3
:correct3
goto level4
:wrong3
cls
echo salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong3
:level4
echo 4. Apakah nama antivirus local indonesia ?
echo a)Avast Antivirus
echo b)Avira Antivirus
echo c)Smadav Antivirus
echo d)AVG Antivirus
set /p aa=
if %aa% == a goto wrong4
if %aa% == b goto wrong4
if %aa% == c goto correct4
if %aa% == d goto wrong4
goto level4
:correct4
goto level5
:wrong4
cls
echo salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong4
:level5
echo 5. Apakah nama sistem operasi pertama untuk komputer
echo a)Dos
echo b)Windows
echo c)Linux
echo d)Mac Os
set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
if %answer5% == d goto wrong5
goto level5
:correct5
goto level6
:wrong5
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong5
:level6
echo 6. Siapakah Penemu Internet
echo a)Bill Gates
echo b)Leonard Kleinrock
echo c)Steve Jobs
echo d)Linus Torvalds`
set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
if %aa% == c goto wrong6
if %aa% == d goto wrong6
goto level6
:correct6
goto level7
:wrong6
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong7
:level7
echo 7. Tahun berapa laptop pertama kali dibuat
echo a)1967
echo b)1980
echo c)1990
echo d)1970
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto wrong7
if %answer7% == c goto wrong7
if %answer7% == d goto correct7
goto level7
:correct7
goto level8
:wrong7
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong7
:level8
echo 8. Siapakah penemu game pertama di dunia
echo a)Ralph H. Baer
echo b)Arrival Dwi
echo c)Bill Gates
echo d)Steve Jobs
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
if %aa% == d goto wrong8
:correct8
goto level9
:wrong8
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong8
:level9
echo 9. Apakah nama apikasi pembuat game ini ?
echo a)Notepad
echo b)Visual Basic
echo c)Game Maker
echo d)ACDC
set /p answer9=
if %answer9% == a goto correct9
if %answer9% == b goto wrong9
if %answer9% == c goto wrong9
if %answer9% == d goto wrong9
goto level9
:correct9
goto level10
:wrong9
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level9
if %retry% == t goto exit
goto wrong9
:level10
echo 10. Diantara pernyataan dibawah manakah yang termasuk UTL ?
echo a)Winzip
echo b)Total Commander
echo c)EasyBCD
echo d)Semua Benar
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto wrong10
if %aa% == d goto correct10
goto level10
:correct10
cls
echo SELAMAT KAMU MENANG!
echo KEEP VISIT : www.bagusprblog.blogspot.com
echo ".:;;;:;::::,:,,..::::"
echo ";XFLr;;::::.,,....;rxas"
echo ";3v7;::::,,,,,....:;rJL"
echo ";;;:iLLi;::::.,,:,....::rLv;r;;."
echo ":r: :Jvr;:::,,.:,:....:;rx7 ,7:"
echo "i. :usr;::::,,,:,,...:;7J7 i"
echo ";. :2cr;;::,:.,,,,. ,:;r3r ;"
echo ":. :3Lri::::,,,,,:..,:;7J7 .;"
echo ",: .1Lr;:::::,:,:,,,::;72; ,:"
echo ".; uJ7r::::,:,:,:,:::;LU: ::"
echo ";. uJvi;::::::,::::::rLS. r"
echo "; cFvr;::::::::::::;ru2 ;."
echo ".: ;axrr;;:::::::::;;cUL ::"
echo ".: X3Lri;;:::::::;;7JP: ::"
echo ".: i0Js7ri;:;;;;ii7xPs :,"
echo ",..UPJx7r;iii;ii7LHa:.:"
echo ".KZJs7ririri7LSK:"
echo ".GD2x7777rLJPE;"
echo "XMKFJJL3FGK:"
echo ";ZODEWWG7"
echo ".1cs:"
echo "i ."
echo ":. .;"
echo ".. ,:"
echo ":i. .;:"
echo ". .:i;;:::::;;r:: ."
echo ";v7;:,....,.....::i7;"
echo ";27;:,,.........,,::rJ7"
echo ":FLr;;;;:::::::::;:;7ui"
echo ":3L77: ,i;7L;"
echo ":2s; .7x;"
echo ":Ju. cx;"
echo "xvr: .;rc:"
echo "uD7r::: .:,;r2O."
echo "BMBMBRZa1xcrrr7vJ3HEBMBMB:"
echo ".r1ERBMBMBMBMBMBROFv:"
pause
:Kembali ke MENU
echo Jika ingin kembali ke menu tekan huruf "m"
set /p answer Kembali ke MENU=
if %answer9% == m goto Menu
goto correct10
:wrong10
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto menu
color F0
:menu
cls
echo ".----------------. .----------------. .----------------. .----------------."
echo "| .--------------. | .--------------. | .--------------. | .--------------. |"
echo "| | ______ | | | __ | | | ____ ____ | | | _________ | |"
echo "| | .' ___ | | | | / \ | | ||_ \ / _|| | | |_ ___ | | |"
echo "| | / .' \_| | | | / /\ \ | | | | \/ | | | | | |_ \_| | |"
echo "| | | | ____ | | | / ____ \ | | | | |\ /| | | | | | _| _ | |"
echo "| | \ `.___] _| | | | _/ / \ \_ | | | _| |_\/_| |_ | | | _| |___/ | | |"
echo "| | `._____.' | | ||____| |____|| | ||_____||_____|| | | |_________| | |"
echo "| | | | | | | | | | | | |"
echo "| '--------------' | '--------------' | '--------------' | '--------------' |"
echo "'----------------' '----------------' '----------------' '----------------' "
echo Game Ini Di Buat oleh:A
echo Link blog : http://bagusprblog.blogspot.com
echo 1) Mulai!
echo 2) cara main
echo 3) Keluar
set /p number=
if %number% == 1 goto Mulai!
if %number% == 2 goto cara main
if %number% == 3 goto keluar
:Mulai!
cls
echo Siapa Nama Mu:
set /p name=
echo Halo %name%!
echo Apakah Kamu akan mulai quiz? (y/t)
set /p start=
if %start% == y goto level1
if %start% == t goto menu
goto Mulai!
:cara main
cls
echo Tekan jawaban (a,b,c atau d) lalu tekan Enter
echo pergi ke menu? (y/t)
set /p menugoto=
if %menugoto% == y goto menu
if %menugoto% == t goto exit
goto cara main
:keluar
cls
echo apakah anda yaking ingin keluar game?(y/t)
set /p keluargoto=
if %keluargoto% == y goto exit
if %keluargoto% == t goto menu
goto keluar
:level1
cls
echo ok sekarang mulai.
echo 1. Ada berapa banyak generasi komputer dalam sejarah ?
echo a) 5
echo b) 2
echo c) 4
echo d) 7
set /p answer1=
if %answer1% == a goto correct1
if %answer1% == b goto wrong1
if %answer1% == c goto wrong1
if %answer1% == d goto wrong1
goto level1
:correct1
goto level2
:Wrong1
Echo salah mau ulang? (y/t)
set /p WA1=
if %WA1% == y goto level1
if %WA1% == t goto menu
goto wrong1
:level2
echo 2. komputer generasi pertama diciptakan tahun berapa ?
echo a) 1950-1951
echo b) 1900-1959
echo c) 1940-1945
echo d) 1944-1959
set /p aa=
if %aa% == a goto wrong2
if %aa% == b goto wrong2
if %aa% == c goto wrong2
if %aa% == d goto correct2
goto level2
:correct2
goto level3
:wrong2
cls
echo SALAH!Mau ulang? (y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong2
:level3
echo 3. Sebutkan aplikasi untuk mengedit gambar....
echo a) paint
echo b) Corel Draw
echo c) Photoshop
echo d) Command Prompt
set /p answer3=
if %answer3% == a goto wrong3
if %answer3% == b goto wrong3
if %answer3% == c goto correct3
if %answer3% == d goto wrong3
goto level3
:correct3
goto level4
:wrong3
cls
echo salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong3
:level4
echo 4. Apakah nama antivirus local indonesia ?
echo a)Avast Antivirus
echo b)Avira Antivirus
echo c)Smadav Antivirus
echo d)AVG Antivirus
set /p aa=
if %aa% == a goto wrong4
if %aa% == b goto wrong4
if %aa% == c goto correct4
if %aa% == d goto wrong4
goto level4
:correct4
goto level5
:wrong4
cls
echo salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong4
:level5
echo 5. Apakah nama sistem operasi pertama untuk komputer
echo a)Dos
echo b)Windows
echo c)Linux
echo d)Mac Os
set /p answer5=
if %answer5% == a goto correct5
if %answer5% == b goto wrong5
if %answer5% == c goto wrong5
if %answer5% == d goto wrong5
goto level5
:correct5
goto level6
:wrong5
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong5
:level6
echo 6. Siapakah Penemu Internet
echo a)Bill Gates
echo b)Leonard Kleinrock
echo c)Steve Jobs
echo d)Linus Torvalds`
set /p aa=
if %aa% == a goto wrong6
if %aa% == b goto correct6
if %aa% == c goto wrong6
if %aa% == d goto wrong6
goto level6
:correct6
goto level7
:wrong6
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong7
:level7
echo 7. Tahun berapa laptop pertama kali dibuat
echo a)1967
echo b)1980
echo c)1990
echo d)1970
set/p answer7=
if %answer7% == a goto wrong7
if %answer7% == b goto wrong7
if %answer7% == c goto wrong7
if %answer7% == d goto correct7
goto level7
:correct7
goto level8
:wrong7
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong7
:level8
echo 8. Siapakah penemu game pertama di dunia
echo a)Ralph H. Baer
echo b)Arrival Dwi
echo c)Bill Gates
echo d)Steve Jobs
set /p aa=
if %aa% == a goto correct8
if %aa% == b goto wrong8
if %aa% == c goto wrong8
if %aa% == d goto wrong8
:correct8
goto level9
:wrong8
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto exit
goto wrong8
:level9
echo 9. Apakah nama apikasi pembuat game ini ?
echo a)Notepad
echo b)Visual Basic
echo c)Game Maker
echo d)ACDC
set /p answer9=
if %answer9% == a goto correct9
if %answer9% == b goto wrong9
if %answer9% == c goto wrong9
if %answer9% == d goto wrong9
goto level9
:correct9
goto level10
:wrong9
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level9
if %retry% == t goto exit
goto wrong9
:level10
echo 10. Diantara pernyataan dibawah manakah yang termasuk UTL ?
echo a)Winzip
echo b)Total Commander
echo c)EasyBCD
echo d)Semua Benar
set /p aa=
if %aa% == a goto wrong10
if %aa% == b goto wrong10
if %aa% == c goto wrong10
if %aa% == d goto correct10
goto level10
:correct10
cls
echo SELAMAT KAMU MENANG!
echo KEEP VISIT : www.bagusprblog.blogspot.com
echo ".:;;;:;::::,:,,..::::"
echo ";XFLr;;::::.,,....;rxas"
echo ";3v7;::::,,,,,....:;rJL"
echo ";;;:iLLi;::::.,,:,....::rLv;r;;."
echo ":r: :Jvr;:::,,.:,:....:;rx7 ,7:"
echo "i. :usr;::::,,,:,,...:;7J7 i"
echo ";. :2cr;;::,:.,,,,. ,:;r3r ;"
echo ":. :3Lri::::,,,,,:..,:;7J7 .;"
echo ",: .1Lr;:::::,:,:,,,::;72; ,:"
echo ".; uJ7r::::,:,:,:,:::;LU: ::"
echo ";. uJvi;::::::,::::::rLS. r"
echo "; cFvr;::::::::::::;ru2 ;."
echo ".: ;axrr;;:::::::::;;cUL ::"
echo ".: X3Lri;;:::::::;;7JP: ::"
echo ".: i0Js7ri;:;;;;ii7xPs :,"
echo ",..UPJx7r;iii;ii7LHa:.:"
echo ".KZJs7ririri7LSK:"
echo ".GD2x7777rLJPE;"
echo "XMKFJJL3FGK:"
echo ";ZODEWWG7"
echo ".1cs:"
echo "i ."
echo ":. .;"
echo ".. ,:"
echo ":i. .;:"
echo ". .:i;;:::::;;r:: ."
echo ";v7;:,....,.....::i7;"
echo ";27;:,,.........,,::rJ7"
echo ":FLr;;;;:::::::::;:;7ui"
echo ":3L77: ,i;7L;"
echo ":2s; .7x;"
echo ":Ju. cx;"
echo "xvr: .;rc:"
echo "uD7r::: .:,;r2O."
echo "BMBMBRZa1xcrrr7vJ3HEBMBMB:"
echo ".r1ERBMBMBMBMBMBROFv:"
pause
:Kembali ke MENU
echo Jika ingin kembali ke menu tekan huruf "m"
set /p answer Kembali ke MENU=
if %answer9% == m goto Menu
goto correct10
:wrong10
cls
echo Salah mau ulang?(y/t)
set/p retry=
if %retry% == y goto level1
if %retry% == t goto menu
goto wrong10
ConversionConversion EmoticonEmoticon