home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / dialm66.zip / DIAL.BAT < prev    next >
DOS Batch File  |  1990-11-30  |  641b  |  13 lines

  1. ECHO OFF
  2. REM   Some modems default to a mode that prevents DIALM from recognizing
  3. REM   the modem.  The following ECHO command should correct this.
  4. REM   After sending the init string it executes DIALM.
  5. REM   If your modem has non-volatile memory you will probably have to
  6. REM   execute this only one time.  If it doesn't have non-volatile
  7. REM   memory you will have to execute it every time you run DIALM.
  8. REM   Edit the command to match what your modem requires.
  9. REM   Put the init code to the left of the greater-than symbol;
  10. REM   Put COM1: or COM2: after the greater-than sign.
  11. ECHO AT&S0&C1&D2&W>COM2:
  12. DIALM %1 %2 %3 %4 %5
  13.