Simple Quick Basic program "Password" to take password in batch file
showing just * characters on screen then return that to an environment
variable. Creates temporary batch file to set variable. Usage:
password.exe n (where n is max characters for password, default to
15)
setpass mypassword (to set variable mypassword to the password entered)
del setpass.bat (to delete the password batch file).
Download..... password.exe and source code
password.bas