#MODULE FOR INTERINSTALL 1.50 -  Compuserve
#
ECHO OFF
TIMEOUT 3600     ; Set maximum wait time (in ticks)
REDIAL "BUSY"    ; Redial on busy signal
DELAY 100
SEND ""
DELAY 50
;INSTALL Enter the modem initialization command
SEND "$RESPONSE" ; Initialize the modem
DELAY 20
WAIT "K"         ; Wait for the OK
;INSTALL Enter the telephone number for Compuserve
SEND "ATDT$RESPONSE" ; Dial into CIS
DELAY 20
WAIT "CT"        ; Wait for connect
DELAY 50
SEND ""          ; Send a CR-LF
DELAY 20
WAIT ":"         ; Wait for Name:
SEND "+CIS"      ; Send CIS in reply
DELAY 20
WAIT "D:"        ; Wait for User ID:
;INSTALL Enter your USER ID (ex: 70431,2172)
SEND "+$RESPONSE/GO:PPPCONNECT"
DELAY 20
WAIT ":"         ; Wait for Password:
;INSTALL Enter your PASSWORD
SEND "$RESPONSE" ; Send your password
DELAY 10
#END

; Domain names
DOMAIN compuserve.com
; Name servers
NAMESERVER 149.174.64.41
NAMESERVER 149.174.211.5
NAMESERVER 149.174.213.5
