home *** CD-ROM | disk | FTP | other *** search
- comment ******************************************************************
- comment * Microsoft OnLine 2.0 generic logoff script. *
- comment ******************************************************************
-
- comment * Turn these options on for debugging. Output sent to online.err.
- monitor off
- debug off
-
- comment * Clear comm buffers so modem will take commands.
- dump
-
- comment * Drop the line to hang up modem.
- drop
-
- comment * Send '+++' to modem to put it into command state.
- timeout 5
- eol NONE
- send '+++'
- eol \0D\
- waitfor 'OK' else CONTINUE
-
- label CONTINUE
- comment * Send 'ATZ' to reset modem to its last stored configuration.
- send 'ATZ'
-