home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / frei / bimodem.arj / BIMOD.ASP < prev    next >
Text File  |  1989-01-18  |  1KB  |  25 lines

  1. ; _______________________________________________________________________
  2. ;|                                                                       |
  3. ;| A Sample Script file for use with Procomm Plus  (Test Drive at least) |
  4. ;|                                                                       |
  5. ;| This script will execute BiPath so you may modify your transfer       |
  6. ;| request lists, and then will Request BiModem from the Bulletin Board. |
  7. ;| If selection of BiModem is not done by typing a B and pressing the    |
  8. ;| carraige return, you will have to either modify this script file or   |
  9. ;| start BiModem on the board before executing this script.              |
  10. ;|_______________________________________________________________________|
  11. ;
  12. ; Very simple yet it really helps.  Now if you execute this script from
  13. ; Procomm, it should do the trick.  Feel free to enhance this as there
  14. ; are many directions you could take.
  15. ;
  16.    DOS "BiPath/BiModem.Pth"
  17.    CLEAR
  18.    LOCATE 0 0
  19.    BOX 0 0 2 78 30
  20.    ATSAY 1 2 30 "Please enter the command which brings up BiModem on the BBS"
  21.    LOCATE 3 1
  22.    WAITFOR "  "
  23.    DOS "BiModem"
  24.    KILL "BiModem.Pth"
  25.