home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / maj / winitel / minicom.pr_ / minicom.pr
Text File  |  1994-01-24  |  413b  |  12 lines

  1. ; ProcΘdure de relΦve de message sur 3612 MiniCom
  2. ConnectServer "MiniCom" ; Appel du serveur
  3. if success = 0 goto erreur:
  4. WaitString "PASSE" ; Attendre la demande du n░ de tΘlΘphone
  5. WaitCursorOn
  6. SendString "123456789" ; Introduisez votre n░ de tΘlΘphone
  7. SendString "#SUIT"
  8. SendString "ABCDEFGH" ; Introduisez ici votre mot de passe
  9. SendString "#ENVO"
  10. end
  11. erreur:
  12. MessageBox "Une erreur est survenue" 1 3