home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / u.lbr / UNCR.HZP / UNCR.HLP
Encoding:
Text File  |  1991-11-18  |  3.3 KB  |  70 lines

  1. ;
  2.  (not a ZCPR3 utility)             UNCR.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                6k (45)   F27D  2.3D3      Carson Wilson 8/89       Z3COM9
  6.                7k (50)   E6EB  2.4        Bruce Morgen 8/88        Z3COM9
  7.  
  8.   1- Syntax  2- Options  3- Notes                                             
  9.  
  10.  
  11.    UNCR uncompresses files compressed with CRUNCH.
  12. :1
  13.  
  14.    Syntax   UNCR  [d:]<afn>  [d:]   [/Q | /C | /O]
  15.  
  16. where  [d:]<afn> is any filename (with optional drive spec).  The second    
  17.        [d:] is an optional drive specifier  where  the  output  will  be
  18.        directed.  If either "d:" is not specified, the default  (logged)
  19.        drive will be used.  All input & output takes place in  the  cur-
  20.        rent user area.
  21.  
  22.        Note that the resulting filename will be recreated from the  name
  23.        of the file that was originally crunched.
  24.  
  25.        It  is not necessary that the file to be uncrunched have  "Z"  as
  26.        the  middle letter of the extension; an attempt will be  made  to
  27.        uncrunch  any filename explicitly specified.  Note  however  that
  28.        "UNCR *.*" will be internally converted to "UNCR *.?Z?" to facil-
  29.        itate quickly uncrunching all crunched files in a mixed group.
  30.  
  31. :2
  32.  
  33.    Options   
  34.  
  35.    If used, the  option should  be last on the command line, and the "/" must 
  36. be preceded by a space.  Only one option may be selected.
  37.  
  38.    Q --> Quiet mode.  "Quiets  down"  the amount  of information sent  to  the 
  39.          console.
  40.  
  41.    C --> Confirm (tag) mode.  Used for selective  uncrunching.  When  used  in 
  42.          conjunction  with wildcard filespecs,  this option causes the program 
  43.          to ask "Y/N"  for each matching file.  Only the files to which "Y" is 
  44.          responded  will  be uncrunched.   Selecting  this  option  causes the 
  45.          program  to  automatically  ask  for  added  confirmation  if  a pre-
  46.          existing file is about to be overwritten, regardless of the program's 
  47.          configuration.
  48.  
  49.    O --> Overwrite without prompt.  Suppresses the question "Destination  file
  50.          exists, overwrite?" from being issued every time the program is about
  51.          to overwrite an old file with the same name as a new one.
  52. :3
  53.  
  54.  UNCR Notes 
  55.  
  56.    a. Vs 2.3D1 fixes the problem  of setting  the !!!TIME&.DAT file  to  read-
  57.       write  when copying dates from files crunched with CRUNCH 2.3D.  It also
  58.       adds the feature of preserving the archive attribute of the !!!TIME&.DAT
  59.       file.  
  60.  
  61.    b. Vs 2.3D2 fixes  the problem  where  UNCRUNCH restores  the  Last  Access 
  62.       stamps of their output files  from the  headers of their CRUNCHed source
  63.       files.   Since the source file may not have been accessed for some time,
  64.       the  new copy may not appear to  have been accessed today.  UNCRUNCH now
  65.       calls the DateStamper clock (if present) to set  the access field of the
  66.       output file to the current system time.
  67.  
  68.    c. Vs 2.3D3 fixes  a  problem  of  selecting  the  correct  drive  for  the 
  69.       !!!TIME&.DAT file when the program is  run  on a non-ZCPR3 system.   All 
  70.       changes are in the common routines module.