home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / DESKTOP / DISK2 / MODEMT.CM_ / MODEMT.CM
Text File  |  1997-04-08  |  524b  |  24 lines

  1. ##
  2. ## MultiView DeskTop sample command file for Hayes-type modem
  3. ##
  4. hangup = "ATH\r"          (Command to cause modem to hangup the line)
  5. ##
  6. ## Here is the "connection" command script
  7. ##
  8. send    =    "AT\r"
  9. send    =    "ATV1Q0E0\r"
  10. receive =    "OK"
  11. send    =    "AT&D3&W\r"
  12. receive =    "OK"
  13. send    =    "ATF0&A1\r"
  14. receive =    "OK"
  15. send    =    "ATDT$PHONENUMBER\r"
  16. receive =    "CONNECT"
  17. delay   =     2
  18. send    =     "$LOGIN\r"
  19. delay   =     1
  20. send    =     "$PASSWORD\r"
  21. delay   =     1
  22. ##
  23. ##
  24.