home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / winsock / mdt4 / modemp.cm_ / modemp.cm
Encoding:
Text File  |  1995-05-19  |  524 b   |  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    =    "ATDP$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.