Library Utilities for ZCPR3
---------------------------
I - Introduction
G - LGET Tool
-- extracts files from within library files
H - LHELP Tool
-- processes HLP/HQP files from within
library files
L - LLF Tool
-- lists files within library files
X - LX Tool
-- executes COM files within library files
:I
INTRODUCTION TO THE ZCPR3 LIBRARY TOOLS
Thes� tool� assis� th� ZCPR� use� i� dealin� wit� �
librarie� i� th� ZCPR� environment�� Followin� th� ZCPR� �
philosoph� o� ho� command� shoul� b� constructed�� thes� ar� �
ful젠 ZCPR�� tool� whic� tak� advantag� o� th堠 ZCPR� �
environment and can only run in the ZCPR3 environment.
Thes� tool� ar� writte� i� Z8� cod� an� wil� onl�� ru� �
on Z80 or HD64180 microprocessors.
Onlin� documentatio� fo� eac� too� i� availabl� b� �
typing the name of the tool followed by two slashes:
TOOL //
:G
Command: LGET 1.0
Syntax:
LGET dir:library dir:afn1,dir:afn2,... o
Options:
U - Unsqueeze squeezed files
File� i� th� destinatio� director� whic� hav� th� sam� �
names as the source files will be deleted.
I� th� whee� byt� i� no� set�� destinatio� director� �
reference� wil� b� ignored�� an� al� file� wil� b� extracte� �
into the current directory.
Selected Error Messages: None (Self-Explanatory)
Examples of Use:
LGET a:SYSLIB *.HQP
-- extract all files of type HQP from the
file SYSLIB.LBR on disk A, current user
LGET ROOT:COMMAND B4:L*.COM,B4:L*.HQP U
-- from the library COMMAND.LBR in the ROOT:
directory, extract L*.COM and L*.HQP files
and placed them in the directory B4:;
th� squeeze� file� (L*.HQP� wil� b�
unsqueezed and stored under their original
names
:H
Command: LHELP 1.0
Syntax:
LHELP topic
-- get help on the indicated topic in the
SYSTEM.LBR file
LHELP topic dir:library
-- ge� hel� o� th� indicate� topi� i� th�
indicated library
LHELP * library -or- LHELP topic *
-- name of the topic is the same as the name
of the library
LHELP will only run on Z80 or HD64180 microprocessors.
Th� command� whic� ma� b� issue� t� LHEL� ar� identica� �
to those which may be issued to HELP.
Selected Error Messages: None (Self-Explanatory)
Examples of Use:
LHELP SYSLIB *
-- pull SYSLIB.HLP or SYSLIB.HQP from SYSLIB.LBR
once SYSLIB.LBR is found via a search
LHELP CMD1
-- pull CMD1.HLP or CMD1.HQP from SYSTEM.LBR
once SYSTEM.LBR is found via a search
LHELP Z3LIB1 A:Z3LIB
-- pull Z3LIB1.HLP or Z3LIB1.HQP from Z3LIB.LBR,
starting the search from disk A, current user
:L
Command: LLF 1.0 (List Library Files)
Syntax:
LLF dir:library
-- list all files in library
LLF dir:library /o...
-- list all files in library with options
LLF dir:library afn1,afn2,...
-- lis� selecte� file� i� librar�
LLF dir:library afn1,afn2,... o...
-- list selected files in library with options
Options:
C Print CRCs of each file in listing
G Group files by file type and name (default is
by file name and type)
I Print starting indices of files
P Send listing to printer as well as console
LLF ROOT:COMMAND *.COM,*.HQP CPI
-- list *.COM and *.HQP files from COMMAND.LBR
in the directory ROOT:; include CRCs and
starting indices; send output to console
and printer
LLF ROOT:COMMAND /P
-- list all files in COMMAND.LBR in the ROOT:
directory; send output to the printer