"ad_r==a" kann syntaktisch an dieser Stelle nicht verarbeitet werden?
Hallo ich bin zwar noch Anfänger in Batch aber ich habe schon sehr viel geschrieben
Ich wollte ein neues Projekt angefangen und habe auch schon etwas geschrieben:
@echo off
color 3
:shell
set /p input=ZERO@shell:$
if %input%==/give ad_r goto option1
if %input%==2 goto option2
if %input%==3 goto option3
echo ERROR 404
goto shell
:option1
tree
pause
:option2
dir
pause
:option3
ipconfig
pause
wo ich es dann ausgeführt habe kamm eine Fehlermeldung:"ad_r==a" kann syntaktisch an dieser Stelle nicht verarbeitet werden.
Kann mir bitte Jemand helfen?
