home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 12
/
CD_ASCQ_12_0294.iso
/
maj
/
winitel
/
minicom.pr_
/
minicom.pr
Wrap
Text File
|
1994-01-24
|
413b
|
12 lines
; ProcΘdure de relΦve de message sur 3612 MiniCom
ConnectServer "MiniCom" ; Appel du serveur
if success = 0 goto erreur:
WaitString "PASSE" ; Attendre la demande du n░ de tΘlΘphone
WaitCursorOn
SendString "123456789" ; Introduisez votre n░ de tΘlΘphone
SendString "#SUIT"
SendString "ABCDEFGH" ; Introduisez ici votre mot de passe
SendString "#ENVO"
end
erreur:
MessageBox "Une erreur est survenue" 1 3