home *** CD-ROM | disk | FTP | other *** search
/ Doom Extras / DExtras.iso / accessor / loaders / sersetup / dial.bat < prev    next >
DOS Batch File  |  1994-03-02  |  182b  |  11 lines

  1. @echo off
  2. echo Sending init string to com port...
  3. echo ATZ > com1
  4. echo Wait 2 seconds, then
  5. pause
  6. echo Dialing...
  7. echo ATDT 3901 > com1
  8. echo Wait for connect, then
  9. pause
  10. ser2.exe %1
  11.