home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1997 March
/
PCOnline_03_1997.iso
/
filesbbs
/
frei
/
bimodem.arj
/
BIMOD.ASP
< prev
next >
Wrap
Text File
|
1989-01-18
|
1KB
|
25 lines
; _______________________________________________________________________
;| |
;| A Sample Script file for use with Procomm Plus (Test Drive at least) |
;| |
;| This script will execute BiPath so you may modify your transfer |
;| request lists, and then will Request BiModem from the Bulletin Board. |
;| If selection of BiModem is not done by typing a B and pressing the |
;| carraige return, you will have to either modify this script file or |
;| start BiModem on the board before executing this script. |
;|_______________________________________________________________________|
;
; Very simple yet it really helps. Now if you execute this script from
; Procomm, it should do the trick. Feel free to enhance this as there
; are many directions you could take.
;
DOS "BiPath/BiModem.Pth"
CLEAR
LOCATE 0 0
BOX 0 0 2 78 30
ATSAY 1 2 30 "Please enter the command which brings up BiModem on the BBS"
LOCATE 3 1
WAITFOR " "
DOS "BiModem"
KILL "BiModem.Pth"