Hi ich hab ein Problem!
Ich hab zum Spaß eine Batch Datei erstellt
Die funktioniert nicht, wie ich das will
Was habe ich falsch gemacht?
Code:
echo Belibige Taste zum Starten.
echo [STRG]+[C] zum Beenden.
pause >nul
goto menue
cls
:menue
cls
echo.
echo -----------
echo Menue
echo -----------
echo.
echo Windows Shutdown.....................'1' Druecken
echo Windows formatieren..................'2' Druecken
echo Windows reparieren...................'3' Druecken
echo IPconfig (FORTGESCHRITTEN)...........'4' Druecken
echo BEENDEN..............................'5' Druecken
set input1=1
set input2=2
set input3=3
set input4=4
set input5=5
if %input1%==1 goto 1
if %input1%==2 goto 2
if %input1%==3 goto 3
if %input1%==4 goto 4
if %input1%==5 goto 5
if %input2%==1 goto 1
if %input2%==2 goto 2
if %input2%==3 goto 3
if %input2%==4 goto 4
if %input2%==5 goto 5
if %input3%==1 goto 1
if %input3%==2 goto 2
if %input3%==3 goto 3
if %input3%==4 goto 4
if %input3%==5 goto 5
if %input4%==1 goto 1
if %input4%==2 goto 2
if %input4%==3 goto 3
if %input4%==4 goto 4
if %input4%==5 goto 5
if %input5%==1 goto 1
if %input5%==2 goto 2
if %input5%==3 goto 3
if %input5%==4 goto 4
if %input1%==1 goto 1
echo.
echo 1,2,3,4 oder 5 Druecken!
echo.
goto menue
:1
echo blubb
pause
:2
pause
:3
pause
:4
pause
:5
pause
cls
Ich glaube nicht, dass das mit den vielen %input%s richtig ist.. ich habe schon alles ausprobiert.
Ich möchte, dass wenn ich 1 drücke der pc runtergefahren wird
Bei 2 formatiert
...
Ich bräuchte etwas Hilfe