Name: Anonymous 2011-01-24 12:06
Can someone please tell me what i'm doing wrong?? it just doesn't work at all. It crashes at the %1== line...
____________________
:password
set /p password=
if %1==parameterpass(
if %password%==variablepass
goto label1
) else (
echo pass is wrong, try again...
goto password
)
label1:
...
___________
thx
____________________
:password
set /p password=
if %1==parameterpass(
if %password%==variablepass
goto label1
) else (
echo pass is wrong, try again...
goto password
)
label1:
...
___________
thx