home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / h / ha098.zip / HA.TXT < prev    next >
Text File  |  1993-01-13  |  4KB  |  101 lines

  1.  
  2.  HA 0.98 Copyright (c) 1993 Harri Hirvola
  3.  
  4.  Permission is granted to any individual or institution to use, copy, 
  5.  or redistribute this executable as long as it is not modified and is
  6.  not sold for profit.
  7.  
  8.  HA COMES WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED.
  9.  IN NO EVENT WILL THE AUTHOR OF THIS SOFTWARE BE LIABLE OF ANY DAMAGE 
  10.  RESULTING FROM THE USE OF THIS SOFTWARE.
  11.  
  12.  
  13.  About HA
  14.  
  15.      HA is a small file archiver utility. It's main goal is to offer 
  16.      maximum compression without fancy addons. 
  17.  
  18.      This version of HA is not yet a finished product. It is still quite 
  19.      slow and implementation of commands is somewhat incomplete and 
  20.      inconsistent. I hope that someone finds it usefull even in it's 
  21.      current form.
  22.  
  23.  
  24.  Commands of MSDOS version
  25.  
  26.      General form of command line for HA is :
  27.  
  28.        HA <commandstring> archive [search pattern list]
  29.  
  30.      Commandstring starts with command character and includes optional
  31.      switch characters.
  32.  
  33.      Available commands are:
  34.  
  35.      a[aemr012]  Add files matching search pattern to archive.
  36.  
  37.      e[aty]      Extract files matching search pattern from archive.
  38.  
  39.      x[aty]      Extract files matching search pattern from archive
  40.                  using path information stored in archive.
  41.  
  42.      l[f]        List files currently in archive.
  43.      
  44.      d           Delete files matching search pattern from archive. 
  45.                  If archive does not contain any files after deletion 
  46.                  it is removed.
  47.  
  48.  
  49.      f[aemr012]  Freshen files in archive. All files matching search 
  50.                  pattern and newer than version already in archive 
  51.                  are updated to archive.
  52.  
  53.      u[aemr012]  Update files to archive. All files matching search 
  54.                  pattern that are newer than version already in 
  55.                  archive or are not yet in archive are updated to archive.
  56.  
  57.      t           Test files in archive.
  58.  
  59.  
  60.      Available switches are:
  61.  
  62.      0,1,2       Try compression method #. More than one can be specified.
  63.                  Methods are:
  64.                    0-CPY  Simple copying of files.    
  65.                    1-ASC  Default method using sliding window dictionary 
  66.                           followed by arithmetic coder. Offers quite good
  67.                           compression on wide variety of filetypes.
  68.                    2-HSC  Compression method based on finite contex model 
  69.                           and arithmetic coder. Quite slow for binary data,
  70.                           but offers very good compression especially for 
  71.                           longer text files.
  72.  
  73.      y           Assume answer yes on all questions.
  74.  
  75.      t           Touch files when extracting. Sets file times to current 
  76.                  machine time.
  77.  
  78.      r           Recurse through subdirectories while searching for files
  79.                  matching search pattern.
  80.  
  81.      f           Full listing of stored file information.
  82.  
  83.      m           Move files when archiving. Files are removed from disk
  84.                  after they are succesfully writen to archive.
  85.  
  86.      a           Set system specific file attributes when extracting files.
  87.                  Find special files when archiving.
  88.  
  89.      e           Do not store pathname information.
  90.  
  91.  
  92.  
  93.  How to contact author
  94.  
  95.      Most (or only) reliable way to contact author is by email. 
  96.      Email addresses currently functioning:
  97.  
  98.         Internet: hh@elsofter.sterna.pulp.nullnet.fi
  99.  
  100.         Fidonet:  2:220/851
  101.