Could someone tell me how I can program a password entry with tcl (not tk) ?
Here is my code:
puts -nonewline stdout "USER:"
flush stdout
gets stdin USER
puts -nonewline stdout "PASSWORD:"
flush stdout
gets stdin PASSWORD
But I would want to be able to enter the password...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.