I need to get authentication credentials from the users within a Windows script but the classic ‘first Google result’ approach:
SET /P USR=Username: SET /P PWD=Password:
is less than satisfying, so I was wondering if there’s let’s say an ‘equivalent’ to HTML’s input type=’password’?
Any comment would be really appreciated, thanks much in advance!
check out this
http://www.netikka.net/tsneti/info/tscmd052.htm