home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMMUNIC / K9X88D_3.ZIP / DOCS.ZIP / BIMOD107.ZIP / BIMOD.BAT next >
Encoding:
DOS Batch File  |  1989-03-15  |  707 b   |  20 lines

  1. :Simple little Batch file for executing BiModem.
  2. :
  3. :Note if you place bimodem and files in a subdirectory you must add the paths
  4. :to this batch file
  5. :
  6. echo off
  7. cls
  8. bipath bimodem.pth
  9. echo You now have all your transfer requests entered.  Now bring up BiModem on the
  10. echo host system and BiModem will start automatically here. Here is the Host Again:
  11. bibat bimodem.cfg
  12. if errorlevel 1 goto end
  13. bimodem /R
  14. :end
  15. :
  16. :The /R after BiModem should be removed it your modem is unable to maintain
  17. :the CTS signal high.  It is recommended that you review the installation notes
  18. :on your modem to see if perhaps there is a dip switch or a Non-Volital Ram
  19. :setting to accomplish this with your modem.
  20.