T.R | Title | User | Personal Name | Date | Lines |
---|
44.1 | | SPELNK::curless | | Tue Nov 26 1996 21:42 | 9 |
44.2 | how? | VMSNET::M_SMITH | | Tue Dec 03 1996 13:24 | 6 |
44.3 | | SPELNK::curless | | Wed Dec 04 1996 09:18 | 15 |
44.4 | You're not using a local lock box, are you ? | WOTVAX::16.194.208.3::sharkeya | The answer really is 42 | Wed Dec 04 1996 16:27 | 4 |
44.5 | | SPELNK::curless | | Thu Dec 05 1996 10:12 | 14 |
44.6 | not working yet!! | VMSNET::M_SMITH | | Fri Dec 06 1996 08:59 | 12 |
44.7 | Yes, it does | SPELNK::curless | | Fri Dec 06 1996 10:05 | 25 |
44.8 | i am doing that! | VMSNET::M_SMITH | | Fri Dec 06 1996 10:39 | 6 |
44.9 | oops | VMSNET::M_SMITH | | Fri Dec 06 1996 10:45 | 6 |
44.10 | is it in powerterm yet? | VMSNET::M_SMITH | | Fri Dec 06 1996 11:40 | 6 |
44.11 | PowerTerm 525 speaks .SCR too | JOBIM::VUJNOVIC | I�t�r��t���l�z�t��L���l�z�t�� | Fri Dec 06 1996 12:06 | 19 |
44.12 | Yes, but not on EFT2 | SPELNK::curless | | Mon Dec 09 1996 14:12 | 6 |
44.13 | more on password assistant | VMSNET::DMCFARLAND | | Wed Jan 22 1997 14:17 | 26 |
44.14 | Try a .SCR first | JOBIM::VUJNOVIC | I�t�r��t���l�z�t��L���l�z�t�� | Wed Jan 22 1997 17:00 | 19 |
44.15 | .scr file works fine... | VMSNET::DMCFARLAND | | Thu Jan 23 1997 14:11 | 12 |
44.16 | How do you psss account as a p parameter | YAKKA::KINGSMILL | Geoff Kingsmill, Australia | Sat Jan 25 1997 00:36 | 29 |
| I would like to pass the account as a parameter but can not get it to work.
It works if I use "send username:kingsmill" but fails if I use
"send username:$p2". Any ideas why? What is the syntax to do this?
Thanks,
Geoff..
C:\pt525 telnet.psl yakka kingsmill
#TELNET.PSL
# Opens a TELNET connection (Via TCP/IP WINSOCK api).
#
# Parameters: $p1 - hostname
# $p2 - username
# $p3 - port (optional)
#
set comm-type telnet
set host-name $p1
if [info exist p3] {
set telnet-port $p3
}
session open
wait 15 for "Username: "
send username:$p2
wait 10 for "Password: "
send password:$p2
window title "$p1 $p2"
run keys.psl
|
44.17 | Ericom notified... | JOBIM::VUJNOVIC | I�t�r��t���l�z�t��L���l�z�t�� | Sat Jan 25 1997 16:01 | 0 |
44.18 | Bad news for this version | JOBIM::VUJNOVIC | I�t�r��t���l�z�t��L���l�z�t�� | Mon Jan 27 1997 07:37 | 4 |
| Ericom replied that in this version passing parameters to these
two commands is not supported. I suppose that send username and send
password are treated exectly like they are in VT320, where you
cannot supply a passed parameter or a variable.
|