Keven Miller kevenm@3kranger.com Developed while at eXegeSys, Inc. Nov 2001 /*----------------------------------------------------------------*/ /* UNWRQ Keven Miller 02 Jan 2001 Freeware */ /*----------------------------------------------------------------*/ UNWRQ strips the Reflection label from a label transfered file, leaving a binary image of the file. Many users of an HPe3000 use WRQ's Reflection as a terminal emulator. Reflection file transfer provides three modes, ASCII, BINARY, and LABELS. LABELS mode is used to preserve the file attributes from an HPe3000 in order to re-create the file when transfering back to an HPe3000. Other HPe3000 users may use FTP to transfer files to/from an HPe3000. FTP does not preserve file attributes; it transfers the file data only. UNWRQ will remove a Reflection transfer label (if one exists) leaving a binary file usable with FTP. You only need to provide a Reflection LABELS transfered file for both methods of transfering files to an HPe3000. /*----------------------------------------------------------------*/ /*----------------------------------------------------------------*/ Transfer HP3000 software from your PC with .wrq or .std extentions. Files ------------ *.WRQ WRQ transfered file with Reflection /Labels. MAKESTD.BAT Batch command file that converts WRQ files info MPE STD files. UNWRQ.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 MAKESTD.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.STD file;REC=128,,f,binary;code=STORE ftp>quit All users --------- Both transfer methods will give you a STORE-TO-DISK (STD) file that you can use with HP3000 RESTORE. :FILE T=file;DEV=DISC :RESTORE *T;@.@.@;LISTDIR :RESTORE *T;@.@.@;SHOW;CREATE --------------------------------------------------------------------------