home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 78 / af078sub.adf / NET / NET.lzx / interinstall / COMPULINK.iiMOD next >
Text File  |  2001-01-20  |  1KB  |  39 lines

  1. #MODULE FOR iNTERiNSTALL 1.51 -  Compulink (Compulink.co.uk)
  2. # Submitted by Bob Bolton (100024.2034@compuserve.com)
  3.  
  4. ECHO OFF
  5. TIMEOUT 3600    ; Set maximum wait time (in ticks)
  6. REDIAL "BUSY"   ; Redial on busy signal
  7. DELAY 100
  8. SEND ""
  9. DELAY 50
  10. ;INSTALL Enter the modem initialization command
  11. SEND "$RESPONSE"     ; Initialize the modem
  12. DELAY 20
  13. WAIT "K"        ; Wait for the OK
  14. ;INSTALL Enter the telephone number for Compulink
  15. SEND "ATDT$RESPONSE" ; Dial
  16. DELAY 20
  17. WAIT "CT"       ; Wait for connect
  18. DELAY 50
  19. WAIT "name:"        ; Wait for Name:
  20. ;INSTALL Enter your user name (case sensitive)
  21. SEND "#$RESPONSE" ; Send your User ID
  22. DELAY 20
  23. WAIT "d:"         ; Wait for Password:
  24. ;INSTALL Enter your password
  25. SEND "$RESPONSE" ; Send your password
  26. DELAY 20
  27. WAIT "ster>"         ; Wait for Protocol prompt:
  28. ;INSTALL Enter your protocol type (PPP or slip)
  29. SEND "$RESPONSE" ; Send your protocol type
  30. DELAY 50
  31. #END
  32.  
  33. ; Domain names
  34. ;INSTALL Enter your domain name (ex: ns1.ix.Compulink.co.uk)
  35. DOMAIN $RESPONSE
  36. ; Name servers
  37. NAMESERVER 194.153.0.18
  38. NAMESERVER 194.153.1.10
  39.