home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / telix / bitlxmnp.zip / BIMOD1.BAT < prev    next >
DOS Batch File  |  1989-11-13  |  299b  |  15 lines

  1. @ECHO off
  2. ECHO off
  3. REM   Batch file for BIMODEM
  4. REM
  5. BIPATH bimodem.pth
  6. IF ERRORLEVEL 1 GOTO no_path
  7. BIBAT bimodem.cfg
  8. IF ERRORLEVEL 1 GOTO no_cfg
  9. BIMODEM /Pbimodem.pth /Cbimodem.cfg
  10. :no_path
  11. ECHO BIMODEM.PTH is missing.
  12. :no_cfg
  13. ECHO BIMODEM.CFG is missing or No Carrier Detected.
  14. :end
  15.