home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / COMPRESS / ARJ100.ZIP / README.DOC < prev    next >
Encoding:
Text File  |  1991-02-07  |  3.8 KB  |  104 lines

  1.  
  2.    README.DOC                                    February 1991
  3.  
  4.                                                  Robert K Jung
  5.                                                  2606 Village Road West
  6.                                                  Norwood, MA 02062
  7.  
  8.  
  9.    This archive contains a new file archiver called ARJ.  This is release
  10.    1.00.  This is a standard production release.  This is a full featured
  11.    UNCRIPPLED public release.  ARJ is free for non-commercial personal use.
  12.    Commercial or governmental use requires a site license.
  13.  
  14.    Major features of ARJ include:
  15.  
  16.       Production of consistently smaller archive files than produced by
  17.       PKZIP 1.10, PAK 2.51, and LHARC 1.13c.  This has been verified by
  18.       many ARJ users from Brazil to Canada and across the Atlantic in
  19.       England.  ARJ is particularly effective on text files and database
  20.       files.
  21.  
  22.       Option to create multiple volume archives with one command making ARJ
  23.       useful for making backups to multiple floppies or archiving a very
  24.       large file to several floppies without "SLICE"ing.
  25.  
  26.       Option to test newly created archive before overwriting original
  27.       archive or deleting input files for a move command.
  28.  
  29.       Selectable compression options including FAST!!! compression modes.
  30.  
  31.       Command to change the filenames of files stored in archives.
  32.  
  33.       Command to re-order the files within the archive in any user
  34.       specified order.
  35.  
  36.       Multiple string searching within archives.
  37.  
  38.       32 bit CRCs for file integrity.
  39.  
  40.       Text mode compression to enable cross-platform extraction of files.
  41.  
  42.       Filename specification via list files option.
  43.  
  44.       Filename/wildname exclusion option.
  45.  
  46.       Built-in facility to recover files from broken archives.
  47.  
  48.       Setting of comments for archive and files with a file input option.
  49.  
  50.       ARJ internal CRC checks to resist hacking a la "ICE".
  51.  
  52.       Archive security envelope to resist tampering.  ARJ-SECURITY
  53.       disallows archive update of any kind including commenting.
  54.  
  55.       Self-extraction option built into ARJ.EXE.  Self-extractor has
  56.       security envelope checking feature.
  57.  
  58.    This archive contains the following files:
  59.  
  60.    README.DOC   - This file
  61.    WHATSNEW.DOC - Changes from ARJ 0.20
  62.    ARJ100.EXE   - An ARJ-SECURED self-extracting archive containing the
  63.                   following files:
  64.  
  65.                   ARJ.DOC        - ARJ user manual
  66.                   ARJ.EXE        - Version 1.00
  67.                   ARJSORT.DOC    - ARJSORT user manual
  68.                   AV.C           - Turbo C source code for ARJ file lister
  69.                   AV.EXE         - ARJ file lister
  70.                   HISTORY.DOC    - Release history of ARJ
  71.                   LICENSE.DOC    - License policy
  72.                   ORDER.FRM      - Order form for ARJ
  73.                   README.DOC     - This file
  74.                   RESULTS.DOC    - Compression comparison of various archivers
  75.                   TECHNOTE.DOC   - Technical information about ARJ
  76.                   WHATSNEW.DOC   - Changes from ARJ 0.20
  77.                   ARJSORT.BAT    - Sort archive by various parameters
  78.                   ????????.BAT   - Various sample batch files using ARJ
  79.  
  80.    To list the contents of ARJ020.EXE, type:
  81.  
  82.       ARJ100 -l
  83.  
  84.    To verify the ARJ-SECURITY envelope and contents of ARJ100.EXE, type:
  85.  
  86.       ARJ100 -t
  87.  
  88.    To extract the files in ARJ100.EXE, type:
  89.  
  90.       ARJ100
  91.  
  92.    This will extract the files in ARJ100.EXE to the current directory.
  93.  
  94.    You can also use ARJ 0.15 or later to extract the contents of the
  95.    ARJ100.EXE archive.  If you have a ARJ100.ZIP archive, you can skip
  96.    the PKUNZIP function and type the following:
  97.  
  98.       ARJ e ARJ100.ZIP
  99.  
  100.    This will extract only the embedded ARJ100.EXE in the ZIP file.
  101.  
  102.    end of readme.doc
  103.  
  104.