home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Overload
/
ShartewareOverload.cdr
/
database
/
dialm66.zip
/
DIAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-11-30
|
641b
|
13 lines
ECHO OFF
REM Some modems default to a mode that prevents DIALM from recognizing
REM the modem. The following ECHO command should correct this.
REM After sending the init string it executes DIALM.
REM If your modem has non-volatile memory you will probably have to
REM execute this only one time. If it doesn't have non-volatile
REM memory you will have to execute it every time you run DIALM.
REM Edit the command to match what your modem requires.
REM Put the init code to the left of the greater-than symbol;
REM Put COM1: or COM2: after the greater-than sign.
ECHO AT&S0&C1&D2&W>COM2:
DIALM %1 %2 %3 %4 %5