Protože potom by tam bylo nekonečno řádků

Kód: Vybrat vše
@echo off
title Movetest
color A1
:menu
echo :::::::::::::::::::
echo :@
echo :
echo :
echo :
echo :
echo :::::::::::::::::::
echo.
echo UP-go up
echo DOWN-go down
echo RIGHT-go right
set /p input=
if %input% == UP goto start
if %input% == DOWn goto load
if %input% == RIGHT goto exit
:load
cls
echo :::::::::::::::::::
echo :
echo :@
echo :
echo :
echo :
echo :::::::::::::::::::
echo UP-go up
echo DOWN-go down
echo RIGHT-go right
set /p input=
if %input% == UP goto start
if %input% == DOWn goto load2
:load2
cls
echo :::::::::::::::::::
echo :
echo :
echo :@
echo :
echo :
echo :::::::::::::::::::
pause>nul
:start
cls
echo :::::::::::::::::::
echo :@
echo :
echo :
echo :
echo :
echo :::::::::::::::::::
pause>nul