home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Internet / Win3x / data1.cab / FexFiles / SCRIPTS / TCP.SCR < prev    next >
Encoding:
Text File  |  1999-10-26  |  1.5 KB  |  105 lines

  1. !--------------------------------------------------------
  2. !
  3. !     Script TCP/IP 
  4. !                    
  5. !     (C) France Multimedia 1996-1998
  6. !
  7. !        DerniÈre modification 16 03 98 (RS)        
  8. !        - inversion lignes 55 56
  9. !                    version : 3.01
  10. !
  11. !--------------------------------------------------------
  12. !
  13. !     sÈquence de dÈconnexion
  14. !
  15. *Xmit "\19I"
  16. *Pause 60
  17. *Exit 0
  18.  
  19. !
  20. !--------------------------------------------------------
  21. !
  22. !     sÈquence de connexion
  23. !
  24.  
  25. !
  26. -Label 0
  27. !
  28. ~DEBUG~         
  29. Display 2
  30. SetBkPict 30000
  31. DsplyPic 100
  32. Pause 30
  33. CanBtn 64
  34. SetTries 0        
  35. User 1 "~NBA~"
  36. NtWk 1 ~CODEA~
  37. Xto 30 10 2
  38. Transport 16 ~TRANSPORT~
  39. DsplyPic 200
  40. DsplyMsg "Connexion en cours"
  41. Pause 30
  42. MatchStr 1 2 "PASS:"
  43. MatchStr 2 3 "choi"
  44. MatchStr 3 4 "SIAM GO"
  45. MatchStr 4 58 "deconne"
  46. !
  47. -Label 1
  48. Wait 4800
  49. Exit -1
  50. !
  51. -Label 2
  52. DsplyPic 300
  53. DsplyMsg "Table d'accueil"
  54. Pause 30   
  55. Xmit "^1\13"
  56. Jumpif 14 "~TERM~"="MINI"
  57. Jump 1
  58. !
  59. -Label 3
  60. DsplyPic 600
  61. DsplyMsg "SÈlection du choix"
  62. Pause 30
  63. Xmit "^1\13"
  64. Jump 1
  65. !
  66. -Label 4
  67. DsplyPic 500
  68. DsplyMsg "Serveur ConnectÈ"
  69. Pause 60
  70. Exit 0
  71. !      
  72.  
  73. -Label 14                |
  74. Exit 1
  75. !                    |
  76.  
  77. -Label 57
  78. Alert 63 "Erreur fatale de PASS."
  79. Jump 63
  80. !
  81. -Label 58
  82. Alert 63 "Le ^1 est indisponible. Essayez plus tard."
  83. Jump 63
  84. !
  85. -Label 59
  86. Alert 63 "Le ^1 est indisponible. Essayez plus tard."
  87. exit -1
  88. !
  89. -Label 60
  90. Alert 63 "Le serveur ne rÈpond pas."
  91. exit -1
  92. !
  93. -Label 61
  94. Alert 63 "Je n'arrive pas ‡ Ètablir la connexion."
  95. exit -1
  96. !
  97. -Label 63
  98. LBreak
  99. exit -1
  100. !
  101. -Label 64
  102. exit -1
  103.  
  104.  
  105.