Hi
I know I may sound naive but is it possible to hide/mask the user input in a gets stdin command. I want to do this in my script which accepts user input for password
puts -nonewline stdout "Please enter the password: ";
#want to mask/hide the input text here
gets stdin wspasswd;
I tried searching around but only got code specific to OS/DB. Is there nothing on TCL level itself to get this done
Any help will be greatly appreciated.
Thanks
birdy
I know I may sound naive but is it possible to hide/mask the user input in a gets stdin command. I want to do this in my script which accepts user input for password
puts -nonewline stdout "Please enter the password: ";
#want to mask/hide the input text here
gets stdin wspasswd;
I tried searching around but only got code specific to OS/DB. Is there nothing on TCL level itself to get this done
Any help will be greatly appreciated.
Thanks
birdy