home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpmhelp / uncr.hlp < prev    next >
Text File  |  1994-07-27  |  2KB  |  36 lines

  1. :UNCR  [d:]<afn>  [d:]   [/Q | /V | /C]
  2.  
  3. where  [d:]<afn> is any filename (with optional drive spec).  The second    
  4.        [d:] is an optional drive specifier  where  the  output  will  be
  5.        directed.  If either "d:" is not specified, the default  (logged)
  6.        drive will be used.  All input & output takes place in  the  cur-
  7.        rent user area.
  8.  
  9.        Note that the resulting filename will be recreated from the  name
  10.        of the file that was originally crunched.
  11.  
  12.        It  is not necessary that the file to be uncrunched have  "Z"  as
  13.        the  middle letter of the extension; an attempt will be  made  to
  14.        uncrunch  any filename explicitly specified.  Note  however  that
  15.        "UNCR *.*" will be internally converted to "UNCR *.?Z?" to facil-
  16.        itate quickly uncrunching all crunched files in a mixed group.
  17. ~
  18. UNCR  [d:]<afn>  [d:]   [/Q | /V | /C]
  19.  
  20.        Three  command line options, "/Q", "/V" or "/C",  are  available.
  21.        If  used, the option should be last on the command line, and  the
  22.        "/" must be preceded by a space. Only one option may be selected.
  23.  
  24.        "/Q"  and  "/V" will "quiet down" a version of UNCR    which  has
  25.        been  configured to be "verbose", or cause a "verbose" run  of  a
  26.        program  normally configured to be "quiet".  This relates to  the
  27.        amount of information sent to the console.
  28.  
  29.        "/C", the confirm option,  is  used  for  selective  uncrunching.
  30.        When used in conjunction with wildcard  filespecs,  this  option
  31.        causes the program to ask "Y/N" for each matching file. Only  the
  32.        files to which "Y" is responded will  be  uncrunched.   Selecting
  33.        this option causes the program to  automatically  ask  for  added
  34.        confirmation  if a pre-existing file is about to be  overwritten,
  35.        regardless of the program's configuration.
  36.