home *** CD-ROM | disk | FTP | other *** search
- .KEY FLUSH/S
- .BRA {
- .KET }
-
- ; *** This is the stopping script that the AmiTCP/IP ***
- ; *** installation process normally create in ***
- ; *** AmiTCP:bin/stopnet ***
- ; *** ***
- ; *** Ceci est le script d'arrêt qui est normalement ***
- ; *** créé dans AmiTCP:bin/stopnet lors de ***
- ; *** l'installation de AmiTCP/IP ***
-
- rx "address AMITCP; KILL" ; Send "KILL" to AmiTCP
-
- If {FLUSH}
- Wait 2 secs
- If `rx "Say Show(ports, AMITCP)"` EQ 0
- Avail >NIL: FLUSH
- EndIf
- EndIf
-