home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1997 March
/
PCOnline_03_1997.iso
/
filesbbs
/
frei
/
bimodem.arj
/
BIMOD.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-01-19
|
405b
|
13 lines
: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
:
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
:end