Thanx,
Hema
Which M implementation are you using? Post us the result of this command:
WRITE $ZVERSION
and we should be able to advise you.
John
Thanks,
Hema
read !,"Enter your username: ",name
use $i:/echo=0
read !,"Enter your password: ",password
use $I:/echo=1
w !
"Hema" <hemav...@msdc.hcltech.com> wrote in message
news:ff1cc4a8d9162d4e...@localhost.talkaboutprogramming.com...
OK, then for "secret" input at a terminal READ, use the S protocol or the
/ECHO=0 keyword. For example, try this in Terminal:
USER>u $p:(:"+S") r secret w ! u $p:(:"-S") r public
If you prefer to use keywords:
USER>u $p:(:/ECHO=0) r secret w ! u $p:(:/ECHO=1) r public
See the Cache I/O Device Guide in the Reference Material section of online
docs.
HTH
John Murray
George James Software
www.georgejames.com