@echo off :seite1 cls @echo. @echo Hallo Daniel ping 1.1.1.1 -n 1 -w 1000 >NUL @echo Wie gehts @echo. ping 1.1.1.1 -n 1 -w 1000 >NUL @echo LoL @echo. @echo. @echo Moeglichkeiten: @echo. @echo Rofl, tschau @echo. :seite1P set /p action= if $%action%$==$Rofl$ goto seite2 if $%action%$==$tschau$ (goto seite1) else goto seite1P @echo off :seite2 cls @echo. @echo LOLOLOLOL @echo. @echo. @echo Moeglichkeiten: @echo. @echo back @echo. :seite2P set /p action= if $%action%$==$back$ (goto seite1) else goto seite2P