when the install.pl script prompts for admin passwords they are displayed on the screen.
How could I mask/hide the password on the screen with "*" charecter ?
If the script would be running under Unix I would write something like:
system("sty -echo");
<get password from standard input>
system("stty echo");But unfortunately install.pl is running under DOS :-(
Any suggestions ?
Thanks
Rosario Esposito
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
