home *** CD-ROM | disk | FTP | other *** search
- ##
- ## MultiView DeskTop sample command file for Hayes-type modem
- ##
- hangup = "ATH\r" (Command to cause modem to hangup the line)
- ##
- ## Here is the "connection" command script
- ##
- send = "AT\r"
- send = "ATV1Q0E0\r"
- receive = "OK"
- send = "AT&D3&W\r"
- receive = "OK"
- send = "ATF0&A1\r"
- receive = "OK"
- send = "ATDT$PHONENUMBER\r"
- receive = "CONNECT"
- delay = 2
- send = "$LOGIN\r"
- delay = 1
- send = "$PASSWORD\r"
- delay = 1
- ##
- ##
-