M
Mr. Novice
Is there a way to ask a user for information and have it
not display when they enter it in?
I'm wanting to ask them for their password, set it as a
variable and then test that password before using it in
another command that will use that password variable. This
way if the password is incorrect the user can correct it
before getting too far along. If I use set /p and ask them
for the password it will be dispalyed on the screen when
they type it. Is there a way to prevent what's being typed
from being displayed?
Thanks!
Chad
not display when they enter it in?
I'm wanting to ask them for their password, set it as a
variable and then test that password before using it in
another command that will use that password variable. This
way if the password is incorrect the user can correct it
before getting too far along. If I use set /p and ask them
for the password it will be dispalyed on the screen when
they type it. Is there a way to prevent what's being typed
from being displayed?
Thanks!
Chad