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

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