home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
q
/
quasitalk
/
!QuasiTalk
/
Proto
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-02-08
|
242 b
|
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 "$"