Under Windows command line, it can:
But how to write the code in GRUB4DOS? Using the same set /p won't be executed. Please ask experts for guidance.
Similar to MaxDOS or矮人DOS where you can set a password before execution, how to write the code?
[ Last edited by feelam on 2007-8-14 at 12:15 AM ]
set /P input="Please enter the access password: "
if /I "%input%"=="password" ( goto :AX ) else ( goto :EX )
:AX
echo Congratulations, the password is correct
:EX
reset.com
But how to write the code in GRUB4DOS? Using the same set /p won't be executed. Please ask experts for guidance.
Similar to MaxDOS or矮人DOS where you can set a password before execution, how to write the code?
[ Last edited by feelam on 2007-8-14 at 12:15 AM ]
