Dec 272017
 
This file is for Qmodem users who want to batch upload with HSLINK. From Samuel H. Smith, sysop of The Tool Shop and author of HSLINK.
File BEW2LST.ZIP from The Programmer’s Corner in
Category Communications
This file is for Qmodem users who want to batch upload with HSLINK. From Samuel H. Smith, sysop of The Tool Shop and author of HSLINK.
File Name File Size Zip Size Zip Type
BEW2LST.DOC 913 533 deflated
BEW2LST.EXE 2736 1915 deflated
BEW2LST.PAS 587 281 deflated
HS-D.BAT 332 187 deflated

Download File BEW2LST.ZIP Here

Contents of the BEW2LST.DOC file



BEW2LST
-------

Written by Samuel H. Smith, 25-Jan-92.
Public domain material.

This program converts Qmodem's "BEW" upload file listing into a normal
file list for use with the HS/Link protocol.

Usage:
bew2lst FILE.LST

Here is an example HS-D.BAT file using BEW2LST:

HS-D.BAT
--------

REM DOWNLOAD HS/LINK WITH QMODEM 4.5
REM USE ALT-6 TO PREPARE UPLOAD LIST FOR BIDIRECTIONAL TRANSFERS

IF EXIST QMODEM.BEW GOTO USEBEW
HSLINK -E%3 -P%2 -UC:\QMODEM\DOWNLOAD
GOTO EXIT

:USEBEW
BEW2LST FILE.LST
HSLINK -E%3 -P%2 -UC:\QMODEM\DOWNLOAD @FILE.LST
IF ERRORLEVEL 1 GOTO EXIT
DEL QMODEM.BEW

:EXIT

Once this batch is installed, you can use ALT-6 to enter the Batch Entry
Window (BEW) where you specify files to be uploaded. Then next time you
do an hs/link download, the files listed in BEW will automatically be
bidirectionally uploaded.



 December 27, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)