Im a beginner and i have a question about how i can mask the users input.
this is my code:
:Password
echo Password:
set /p pw=
if %pw% EQU valarmorgulis goto Main
if not %pw% EQU valarmorgulis goto Password
pause > nul
I want the inputs that the user types in to not be shown on screen.
can anyone help me with that?
Thanks in advance