#MODULE FOR iNTERiNSTALL 1.51 -  Log On America (loa.com)
#
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 Log On America
SEND "ATDT$RESPONSE" ; Dial
DELAY 20
WAIT "CT"       ; Wait for connect
DELAY 50
SEND ""         ; Send a CR-LF
DELAY 20
WAIT "ervice:"        ; Wait for Service:
;INSTALL Enter your user name (case-sensitive)
SEND "S$RESPONSE" ; Send your User ID
DELAY 20
WAIT "d:"         ; Wait for Password:
;INSTALL Enter your password (case-sensitive)
SEND "$RESPONSE" ; Send your password
DELAY 20
WAIT "LOA>"
SEND "PPP"
#END

; Domain names
DOMAIN loa.com
; Name servers
NAMESERVER 199.171.167.2
