home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1997 March / PCOnline_03_1997.iso / filesbbs / frei / bimodem.arj / BIMOD.BAT < prev    next >
DOS Batch File  |  1989-01-19  |  405b  |  13 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. bipath bimodem.pth
  7. echo You now have all your transfer requests entered.  Now bring up BiModem on the
  8. echo host system and BiModem will start automatically here. Here is the Host Again:
  9. bibat bimodem.cfg
  10. if errorlevel 1 goto end
  11. bimodem
  12. :end
  13.