Tracy said
There are some software vendors that send you updates in either
Reflection or Minisoft Labels upload format and not the other's
format, which are both incompatible with each other.


With our updates, currently we create a STD file.
Reflection xfer with labels to the PC.
Create a zip file of this STD along with

MAKEFTP.BAT
        FOR %%f in ( *.WRQ ) DO UNWRQ %%f

UNWRQ  which converts a reflection w/labels file to a binary file.
        (written in house -- source available in C)

README.TXT
        HP3000 software from eXegeSys, Inc.

        Files
        ------------
        *.WRQ           WRQ transfered file with Reflection /Labels.

        README.TXT      This file.

        UNWRQ.EXE       Dos program that strips WRQ Label info from a WRQ
                        transfered file.


        To install the software onto your HP3000 follow these steps.

        Reflection user
        ---------------
           Transfer the WRQ file (file.WRQ) to your HP3000 with the /Labels
option.

        FTP user
        --------
           Run the MAKEFTP.BAT file to make a binary image from the WRQ file
by using UNWRQ.
           Then use ftp to transfer the file to your HP3000.
                ftp>bin
                ftp>put file.BIN file;REC=128,,f,binary;code=STORE
                ftp>quit

        All users
        ---------
        Both transfer methods will give you a STORE file that you can use
with HP RESTORE.
                :FILE T=file;DEV=DISC
                :RESTORE *T;@[log in to unmask]@;LISTDIR
                :RESTORE *T;@[log in to unmask]@;SHOW;CREATE

--------------------------------------------------------------------------

>  __________________________________________________
>  Keven Miller   [log in to unmask]   Salt Lake City, Utah
>
>
>