home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / qmprotoc.zip / QBEWCONV.ZIP / QBEWCONV.DOC < prev    next >
Text File  |  1992-01-16  |  3KB  |  66 lines

  1. QBEWCONV --  A  utility program to convert Qmodem's QMODEM.BEW to
  2. a 'list' file usable by HSLINK and other external batch protocols.
  3.  
  4. (c) 1992  Karl Schneider
  5.           8505 Woodwick Ct.
  6.           Tampa, FL 33615
  7.           813-884-9661  voice days & evenings
  8.  
  9. My BBS, The AGORA can be accessed at the above number ONLY from
  10. MIDNIGHT until 0700 EASTERN TIME.  14.4 HST Modem, Wildcat 3.01P.
  11. ---------------------------------------------------------------------------
  12. I've been working with Randy Lynch to simplify the batch upload pro-
  13. cedure for EXTERNAL batch protocols (primarily HSLINK) in Qmodem.
  14.  
  15. Qmodem has a nice BEW editor for entering filenames for upload, but
  16. it is designed for its internal ZMODEM and YMODEM-G batch protocols.
  17. The QMODEM.BEW list generated (using ALT-6) is not readable as a
  18. @filelist file by HSLINK.  This very fast little utility will convert
  19. QMODEM.BEW to any filename you wish after which you can simply enter
  20. @filename when the Upload File Allocation Window comes up from Qmodem!
  21.  
  22. Here's a sample Batch file for Qmodem using HSLINK that incorporates
  23. QBEWCONV:
  24.  
  25. REM UPLOAD HS/LINK WITH QMODEM
  26. qbewconv list
  27. HSLINK -Ud:\arc -P2 -E%3 -O %4 %5 %6 %7 %8 %9
  28.  
  29. You can create a QMODEM.BEW file before dialing up the BBS you wish to
  30. upload to with the ALT-6 command.  Remember to press F10 when all the
  31. filenames you want are entered.  You can use the F2 pick-list to
  32. simplify adding files; this is a handy way to make up the list.  In
  33. this case, we are using HSLINK, so we will use the ALT-6 command to
  34. make the .BEW file.  When ready to start the upload, press Pg-UP as
  35. usual, select H (assuming that's the letter you have assigned in the
  36. Qmodem setup).  The UPLOAD FILE ALLOCATION Window will appear.  If
  37. there is already a filepath/name in it, simply backspace to the begin-
  38. ning and type @LIST (LIST is the name we assigned in the QBEWCONV
  39. command above--you can use any legal filename with or without an .ext).
  40.  
  41. QBEWCONV will quickly convert your QMODEM.BEW file to one usable by
  42. HSLINK and the batch upload will go normally.  If you wish, you can
  43. delete LIST with the appropriate command in your upload batch file
  44. after HSLINK exits, but if you leave it intact, you can upload the
  45. same group of files to another BBS without having to change it or
  46. create a new .BEW file!  If the .BEW file is not changed, the LIST
  47. output file will just be overwritten with the same contents it had
  48. previously when your upload batch file runs.
  49.  
  50. If you are just uploading ONE file, it's just as easy to type in its
  51. pathname in the Upload window, although it is perfectly acceptable to
  52. create a .BEW file with just that single name and upload the @list.
  53. If there is NO QMODEM.BEW file, the QBEWCONV program will simply
  54. exit immediately (with an ERRORLEVEL 1 in case you want to do any
  55. sort of checking for the existence of the .BEW file).
  56.  
  57. This program MAY work with OTHER external protocols, but I have not
  58. tried it.  Any feedback or bug report is appreciated!
  59.  
  60. If this program is useful to you, please consider a small ($4 or $5)
  61. registration to the above address.  If you do this, I'll be happy to
  62. make any reasonable modifications or changes you may want.  Thanks!
  63. -eof-
  64.  
  65.  
  66.