home *** CD-ROM | disk | FTP | other *** search
- :Simple little Batch file for executing BiModem.
- :
- :Note if you place bimodem and files in a subdirectory you must add the paths
- :to this batch file
- :
- echo off
- cls
- bipath bimodem.pth
- echo You now have all your transfer requests entered. Now bring up BiModem on the
- echo host system and BiModem will start automatically here. Here is the Host Again:
- bibat bimodem.cfg
- if errorlevel 1 goto end
- bimodem /R
- :end
- :
- :The /R after BiModem should be removed it your modem is unable to maintain
- :the CTS signal high. It is recommended that you review the installation notes
- :on your modem to see if perhaps there is a dip switch or a Non-Volital Ram
- :setting to accomplish this with your modem.
-