home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / packer / ultracom / basic.doc < prev    next >
Text File  |  1993-12-31  |  3KB  |  87 lines

  1. 3. BASIC: the most essential commands of UC
  2. ===========================================
  3.  
  4. This document describes the most essential commands of UC. No special
  5. features are mentioned. UC is very easy to use.
  6.  
  7. You can order UltraCompressor II (tm) by filling out ORDER.FRM and sending
  8. it to Ad Infinitum Programs.
  9.  
  10. This document contains the following paragraphs:
  11.  
  12.         - A. Decompressing a complete UC archive
  13.         - B. Compressing a complete directory(tree) into an archive
  14.         - C. Making an archive damage protected
  15.         - D. Verbose list of the archive
  16.         - Z. Summary
  17.  
  18. To jump to a certain paragraph, press the corresponding letter. To
  19. jump to a specific document/chapter, press the corresponding digit.
  20. See chapter 1 paragraph E for an overview of all documentation.
  21.  
  22.  
  23. 3.A DECOMPRESSING A COMPLETE UC ARCHIVE.
  24. ========================================
  25.  
  26. Command: UC ES archive-name
  27.  
  28.    Put the archive where you want the extracted files to be, and type
  29.    the command UC ES archive-name, where 'archive-name' is the name of
  30.    the archive (e.g. UC ES newstuff). All files in the archive will be
  31.    extracted.
  32.  
  33.    UC ES works cautiously. It will never overwrite files, create
  34.    directories etc., without first consulting you.
  35.  
  36.  
  37. 3.B COMPRESSING A COMPLETE DIRECTORY (TREE) INTO AN ARCHIVE.
  38. ============================================================
  39.  
  40. Command: UC A archive-name
  41.  
  42.    All files in the current directory are compressed into an archive
  43.    (e.g. 'UC A mydocs' creates mydocs.uc2). If the archive already
  44.    exists, only new and changed files are (re)compressed.
  45.  
  46. Command: UC AS archive-name
  47.  
  48.    The files in the current directory and ALL subdirectories are
  49.    compressed into an archive (e.g. 'UC AS mydocs' creates
  50.    mydocs.uc2). If the archive already exists, only new and changed
  51.    files are (re)compressed.
  52.  
  53.  
  54. 3.C MAKING AN ARCHIVE DAMAGE PROTECTED.
  55. =======================================
  56.  
  57. Command: UC P archive-name
  58.  
  59.    The archive will become damage protected and it will remain damage
  60.    protected if you add files to it or delete files from it etc.. A
  61.    damage protected archive can recover from most disk errors without
  62.    losing ANY data. (The disadvantage of making archives damage
  63.    protected is that the archives become a little bit larger).
  64.  
  65.  
  66. 3.D VERBOSE LIST OF THE ARCHIVE.
  67. ================================
  68.  
  69. Command: UC VS archive-name
  70.  
  71.    All files in the archive will be listed. The contents of all its
  72.    subdirectories will be listed as well.
  73.  
  74.  
  75. 3.Z SUMMARY.
  76. ============
  77.  
  78. UC ES name     EXTRACT all files from archive name.uc2
  79.  
  80. UC A  name     COMPRESS all files in current directory into name.uc2
  81. UC AS name     COMPRESS all files in current directory AND its
  82.                SUBDIRECTORIES into name.uc2
  83.  
  84. UC P  name     make name.uc2 DAMAGE PROTECTED
  85.  
  86. UC VS name     the full contents of the archive will be LISTED
  87.