home *** CD-ROM | disk | FTP | other *** search
- ;
- LPUT.COM
-
- Size (recs) CRC Version Author/Latest Issue Disk
- 6k (45) 83E1 1.6b Bruce Morgen 9/88 Z3COM5
-
- 1- Syntax 2- Notes
-
- LPUT is an automated ZCPR3 library maker. It doesn't replace LU or NULU,
- but will do for LBR creation what LGET does for extraction. Combine LPUT with
- LLF or LDIR and you can reserve the bigger LBR handlers for times when you
- really need them. LPUT automatically builds the right size LBR for the list
- of member files requested, which can be a comma-delimited series of wildcard
- file specs, including DU: and/or DIR: designations, similar to LGET, MCOPY,
- etc.
- :1
-
-
- Syntax: LPUT dir:lbrfile [dir:afn1.typ,afn2.typ...etc.[+nn]]
-
- Omitting the input filespec results in a LBR entry format & CRC update.
-
- If "lbrfile" is not found, LPUT will create it. In that case, an input
- filespec of "/nn" makes an empty LBR for "nn" members and "+nn" creates
- one with "nn" extra member slots.
- :2
-
-
- LPUT Notes:
-
- a. LPUT vs 1.6b allows a trailing parameter of "+nn" to leave "nn" extra
- LBR directory entries beyond what is required for the member file list.
- This parameter is ignored if the target LBR already exists or if a "/nn"
- occurs first in the command tail.
-
- b. LPUT vs 1.6a allows storing of last mod date in library directory along
- with cre date.
-
- c. LPUT vs 1.5 maintains dates according to the most precise information
- available, either from Datestamper's "!!!TIME&.DAT" files, the LBR's
- DRI-style member dates (ala' SETD.COM) or from CR23D-style imbedded
- datespecs, as appropriate. If DateStamper is not running, it operates
- like previous versions of LPUT.