
color 70
cls
echo ================+======
echo =======================
echo =======================
echo =======-============-==
echo =======================
echo =======================
echo 0======================
set /pinput0=Enter
if %input0% equ s goto x1y6
if %input0% equ d goto x2y1
if %input0% equ w goto x1y2
if %input0% equ a goto x23y1
as you can see, when I press a,s,w, or d, I would have to press enter before it goes to the next coordinates. Can you please help?