home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World Interactive 1997 February / pcwfeb97.zip / pcwfeb97 / AOLSETUP.EXE / TCP.CCL
Text File  |  1996-10-04  |  2KB  |  62 lines

  1. !----------------------------------------------------------------------
  2. !   TCP.CCL
  3. !----------------------------------------------------------------------
  4.  
  5. Title           "TCP/IP"
  6. ID              5
  7. DriverType      20
  8.  
  9. !----------------------------------------------------------------------
  10. !                        Connect Sequence:
  11. !----------------------------------------------------------------------
  12. -LABEL 0
  13. Revision 1
  14. DsplyMsg Step 1: Initialising TCP/IP ...
  15. CanBtn   2               { if cancel button - just exit }
  16. DsplyPic 1
  17. NetConnect 1 5190 10 AmericaOnline.aol.com 
  18. Pause 100
  19. NetError 3 4  
  20.  
  21. !----------------------------------------------------------------------
  22. !           Did we connect to the HOST successfully
  23. !----------------------------------------------------------------------
  24. -LABEL 1
  25. DsplyPic 2
  26. DsplyMsg Step 2: Connecting using TCP/IP ...
  27. DsplyPic 3
  28. DsplyMsg Checking password ...
  29. Exit 0
  30.  
  31. !----------------------------------------------------------------------
  32. !           User hit the Cancel Button, Get out (No Hangup required)
  33. !----------------------------------------------------------------------
  34. -Label 2        
  35. Exit -1
  36.  
  37. !----------------------------------------------------------------------
  38. !                Should we display the 800 number
  39. !----------------------------------------------------------------------
  40. -LABEL 3
  41. ErrorSet 10
  42. Alert 2 \13\13If the problem persists, call ~APPL customer service at ~ACUS.
  43. Exit -1
  44.  
  45. !----------------------------------------------------------------------
  46. !           Just have the User call their System Administrator
  47. !----------------------------------------------------------------------
  48. -LABEL 4
  49. ErrorSet 10
  50. Alert 2 \13\13If the problem persists, call your System Administrator.
  51. Exit -1
  52.  
  53. !----------------------------------------------------------------------
  54. !
  55. *-Label 0                {Hangup Sequence}
  56. *CanBtn 2
  57. *NetDisc
  58. *Exit 0
  59. !
  60. ###
  61.  
  62.