home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 78
/
af078sub.adf
/
NET
/
NET.lzx
/
interinstall
/
EMPIRENET.iiMOD
< prev
next >
Wrap
Text File
|
2012-01-16
|
873b
|
35 lines
#MODULE FOR iNTERiNSTALL 1.51 - EmpireNet (empirenet.com)
# Submitted by Thomas Barker (72027.3476@compuserve.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 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