home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Life: Super Shareware
/
Computer_Life_Super_Shareware_Ziff-s_1996.iso
/
prodigy
/
script.y_
/
script.y
Wrap
Text File
|
1995-12-14
|
368b
|
20 lines
/* 6/04/93 */
/* Tymnet connect script 1200 2400 */
sleep {27}
set_retries 6
:START
send {a}
set_timeout 18
receive {please log in:} goto SENDLOGIN
retry START
return 29 {No response from TYMNET}
:SENDLOGIN
set_retries 14
:SENDLOGIN1
sendln {prodigy}
set_timeout 50
receive {connect} goto END
retry SENDLOGIN1
return 46 {Can not access host}
:END