home *** CD-ROM | disk | FTP | other *** search
- !--------------------------------------------------------
- !
- ! Script TCP/IP
- !
- ! (C) France Multimedia 1996-1998
- !
- ! DerniÈre modification 16 03 98 (RS)
- ! - inversion lignes 55 56
- ! version : 3.01
- !
- !--------------------------------------------------------
- !
- ! sÈquence de dÈconnexion
- !
- *Xmit "\19I"
- *Pause 60
- *Exit 0
-
- !
- !--------------------------------------------------------
- !
- ! sÈquence de connexion
- !
-
- !
- -Label 0
- !
- ~DEBUG~
- Display 2
- SetBkPict 30000
- DsplyPic 100
- Pause 30
- CanBtn 64
- SetTries 0
- User 1 "~NBA~"
- NtWk 1 ~CODEA~
- Xto 30 10 2
- Transport 16 ~TRANSPORT~
- DsplyPic 200
- DsplyMsg "Connexion en cours"
- Pause 30
- MatchStr 1 2 "PASS:"
- MatchStr 2 3 "choi"
- MatchStr 3 4 "SIAM GO"
- MatchStr 4 58 "deconne"
- !
- -Label 1
- Wait 4800
- Exit -1
- !
- -Label 2
- DsplyPic 300
- DsplyMsg "Table d'accueil"
- Pause 30
- Xmit "^1\13"
- Jumpif 14 "~TERM~"="MINI"
- Jump 1
- !
- -Label 3
- DsplyPic 600
- DsplyMsg "SÈlection du choix"
- Pause 30
- Xmit "^1\13"
- Jump 1
- !
- -Label 4
- DsplyPic 500
- DsplyMsg "Serveur ConnectÈ"
- Pause 60
- Exit 0
- !
-
- -Label 14 |
- Exit 1
- ! |
-
- -Label 57
- Alert 63 "Erreur fatale de PASS."
- Jump 63
- !
- -Label 58
- Alert 63 "Le ^1 est indisponible. Essayez plus tard."
- Jump 63
- !
- -Label 59
- Alert 63 "Le ^1 est indisponible. Essayez plus tard."
- exit -1
- !
- -Label 60
- Alert 63 "Le serveur ne rÈpond pas."
- exit -1
- !
- -Label 61
- Alert 63 "Je n'arrive pas ‡ Ètablir la connexion."
- exit -1
- !
- -Label 63
- LBreak
- exit -1
- !
- -Label 64
- exit -1
-
-
-