@echo off
cls
echo Don't press a key.
pause
shutdown -s -t 30 -c "Owned!"
cls
echo What did I tell you?
echo 1) Don't press a key,
echo 2) Don't press a key.
echo 3) Don't press a key.
echo 4) Don't press a key,
echo.
echo Now type in the corresponding number to live
set /p answer=
cls
if '%answer%'=='5' goto win
echo Turns out you failed. :O
goto end
:win
echo Turns out you won!
shutdown -a
:end
cls
echo bye
i started off with C and I am happy i did,
there is a whole wealth of languages that branch off of it