#MODULE FOR INTERINSTALL 1.50 -  EmpireNet
#
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 EmpireNet
SEND "ATDT$RESPONSE" ; Dial
DELAY 20
WAIT "CT"       ; Wait for connect
DELAY 50
SEND ""         ; Send a CR-LF
DELAY 20
WAIT "ogin:"        ; Wait for Name:
;INSTALL Enter your user name (lower case)
SEND "$RESPONSE" ; Send your User ID
DELAY 20
WAIT "d:"         ; Wait for Password:
;INSTALL Enter your password
SEND "$RESPONSE" ; Send your password
DELAY 50
#END

; Domain names
DOMAIN empirenet.com
; Name servers
NAMESERVER 205.164.88.1
