Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
how to mask input in command-prompt
Name: albert2u Date: July 5, 2007 at 03:23:37 Pacific OS: windows2000 CPU/Ram: 2GB Product: Dell
Comment:
Dear all,
I am trying to get a user name in the first input and get the password for the 2nd Input.
Now, I am facing a problem to mask the password. Does anyone know how not to reveal it when user is keying in the password?
It will be something like this: @echo off set INPUT= set /P INPUT=Username: %=% set /P INPUT2=password: %=% if "%INPUT%"=="" goto input echo Your Name was: %INPUT%
Summary: HOW TO REBOOT WIN2000 FROM COMMAND PROMPTE. I'm looking for a solution to reboot a Windows 2000 Server every days with the scheduler. If you know how to please email me at : david.lafay@laposte.net ...
Summary: In command prompt, cmd.exe, the omly two font options are Lucida Console and Raster Fonts. Anyone know how to coax w2k into offering more options? TY M2 ...
Summary: First make sure that the direstories u wanna delete is empty. Than to delete directory: at command prompt type 'rd dierectory name'. For example, u wanna delete directory 'Try' at C:\ than: C:\rd try....