home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / telix / bitlxmnp.arc / BIMOD.BAT < prev    next >
DOS Batch File  |  1989-11-13  |  531b  |  19 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. REM Remove the above 2 lines if you're using a Host mode.
  8. BIBAT bimodem.cfg
  9. IF ERRORLEVEL 1 GOTO no_cfg
  10. BIMODEM /Pbimodem.pth /Cbimodem.cfg /B%1 /L%2
  11. REM Remove all this stuff >>>>>>>>>>^^^^^^^^^
  12. REM              if you're calling this BATCH file from a F key.
  13. :no_path
  14. ECHO BIMODEM.PTH is missing.
  15. REM Remove the above 2 lines if your'e using a Host mode.
  16. :no_cfg
  17. ECHO BIMODEM.CFG is missing or No Carrier Detected.
  18. :end
  19.