Send keys of Enter and linefeed
I'm trying use send keys to send enter and line feed during a windows telnet session. what's the correct sysntax for this?
I use this one:
sendkeys "guest"
sendkeys chr(10)+chr(13),true
this doesn't work. what happen is just like this
AIX Version 4
(c) copyright IBM and by other 1986,1992.
login: guest password:
it should be like this:
AIX Version 4
(c) copyright IBM and by other 1986,1992.
login: guest
guest password:
and also on the Telnet screen, the SENDKEYS "password{ENTER}" seems not to work. it can't interpret the password that is not being echoed on screen.
any help would be appreciated.