home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format 78
/
af078sub.adf
/
NET
/
NET.lzx
/
interinstall
/
COMPULINK.iiMOD
next >
Wrap
Text File
|
2001-01-20
|
1KB
|
39 lines
#MODULE FOR iNTERiNSTALL 1.51 - Compulink (Compulink.co.uk)
# Submitted by Bob Bolton (100024.2034@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 Compulink
SEND "ATDT$RESPONSE" ; Dial
DELAY 20
WAIT "CT" ; Wait for connect
DELAY 50
WAIT "name:" ; Wait for Name:
;INSTALL Enter your user name (case sensitive)
SEND "#$RESPONSE" ; Send your User ID
DELAY 20
WAIT "d:" ; Wait for Password:
;INSTALL Enter your password
SEND "$RESPONSE" ; Send your password
DELAY 20
WAIT "ster>" ; Wait for Protocol prompt:
;INSTALL Enter your protocol type (PPP or slip)
SEND "$RESPONSE" ; Send your protocol type
DELAY 50
#END
; Domain names
;INSTALL Enter your domain name (ex: ns1.ix.Compulink.co.uk)
DOMAIN $RESPONSE
; Name servers
NAMESERVER 194.153.0.18
NAMESERVER 194.153.1.10