home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / zsys / znode-12 / s / z3help18.lbr / LPUT.HZP / LPUT.HLP
Encoding:
Text File  |  1993-06-12  |  3.0 KB  |  61 lines

  1. ;
  2.                                    LPUT.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                6k (48)   D2AC  1.7        Howard Goldstein 9/89    Z3COM5
  6.  
  7.   1- Syntax  2- Notes                                                         
  8.  
  9.    LPUT is an automated ZCPR3 library maker.   It doesn't replace LU or  NULU, 
  10. but will do for LBR creation what LGET does for extraction.  Combine LPUT with 
  11. LLF  or  LDIR and you can reserve the bigger LBR handlers for times  when  you 
  12. really  need them.   LPUT automatically builds the right size LBR for the list 
  13. of member files requested,  which can be a comma-delimited series of  wildcard 
  14. file specs,  including DU:  and/or DIR:  designations, similar to LGET, MCOPY, 
  15. etc.
  16. :1
  17.  
  18.  
  19.    Syntax:  LPUT dir:lbrfile [dir:afn1.typ,afn2.typ...etc.[+nn]]
  20.  
  21.    Omitting the input filespec results in a LBR entry format & CRC update.
  22.  
  23.    If "lbrfile" is not found, LPUT will create it.  In that case, an input
  24.    filespec of "/nn" makes an empty LBR for "nn" members and "+nn" creates
  25.    one with "nn" extra member slots.
  26. :2
  27.  
  28.  
  29.  LPUT Notes - 1/2 
  30.  
  31.    a. LPUT vs 1.7 incorporates  new DSLIB routines that  allow it  to  pick up
  32.       member files' datestamps directly from  ZSDOS.   This  also fixes  a bug
  33.       that showed up under ZSDOS where a member file's modified stamp would be
  34.       updated as it was being added to a LBR.  Some code crunching to keep the
  35.       size under 6k.   Linked with new Version 4 libraries  (which now contain
  36.       table-driven CRC routines).  Linkage order - now WILDEX, MYSORT, UNDATE,
  37.       DSLIB, Z3LIB, SYSLIB.
  38.  
  39.    b. LPUT vs 1.6b allows  a trailing  parameter of "+nn" to  leave "nn" extra
  40.       LBR directory entries beyond what is  required for the member file list.
  41.       This parameter is ignored if the target LBR already exists or if a "/nn"
  42.       occurs first in the command tail.  Uses Z33/Z34 CCP parser whenever it's
  43.       available.
  44.  
  45.    c. LPUT vs 1.6a allows storing of last mod date  in library directory along
  46.       with cre date.
  47.  LPUT Notes - 2/2 
  48.  
  49.    d. LPUT vs 1.5 maintains  dates according  to  the most precise information 
  50.       available,  either  from  Datestamper's "!!!TIME&.DAT" files,  the LBR's 
  51.       DRI-style  member dates  (ala' SETD.COM)  or  from  CR23D-style imbedded 
  52.       datespecs,  as appropriate.  If DateStamper is not  running, it operates 
  53.       like previous versions of LPUT. 
  54.  
  55.    e. LPUT vs 1.4 adds fully buffered file input, more random reads to survive
  56.       ZRDOS 1.7 and later peculiarities, no more attribits in LBR dir entries.
  57.       Creates new LBR  with correct size  dir if the  specified  one  does not 
  58.       exist.   Special syntax:  LPUT newlbr /nn  will create an entirely empty
  59.       LBR with nn entries.   WILDEX lists now sorted  via MYSORT.   SYSLIB CRC 
  60.       routines discarded in favor of  a lookup table  ala' PPIP.   This is ON! 
  61.       Systems release version.