home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
q
/
quasitalk
/
!QuasiTalk
/
Proto
< prev
next >
Wrap
Text File
|
1997-02-07
|
242b
|
12 lines
# hostname goes in next line
session telnet cus
# now the login prompt
waitfor "ogin:"
# here your user id
sendl "userid"
# now the password prompt
waitfor "assword:"
# your password
sendl "password"
# and finally the shell prompt
waitfor "$"