home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO _______________________________________________________________________
- ECHO I I
- ECHO I A Sample Batch file for use with DOS, Qmodem 3.? PG DN Key, or ? I
- ECHO I I
- ECHO I This batch will execute BiPath so you may modify your transfer I
- ECHO I request lists, and then will Request BiModem from the Bulletin Board. I
- ECHO I If selection of BiModem is not done by typing a B and pressing the I
- ECHO I carraige return, you will have to either modify this batch file or I
- ECHO I start BiModem on the board before executing this batch file. I
- ECHO I_______________________________________________________________________I
- :
- PAUSE
- : Very simple yet it really helps. Now if you execute this batch from
- : your Qmodem Communications program, or from Dos, it should do the trick.
- : Use your Qmodem QINSTALL program to configure your External Transfer
- : Protocols PG DN and PG UP Key to involk this batch file.
- :
- : Feel free to enhance this as there are many directions you could take.
- :
- echo off
- cls
- BiPath BiModem.Pth
- ECHO B >COM1
- BiModem\BiModem
-
-