home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 515.lha / lhsfx_v1.1 / lhsfx.doc < prev    next >
Text File  |  1991-06-08  |  4KB  |  114 lines

  1.  
  2.                  -----------------------------------------
  3.                   LHSFX - Self Extracting Archive Creator
  4.                           By Mike Kennedy   ©1991
  5.                  -----------------------------------------
  6.  
  7.                        Version 1.1    20/04/91
  8.  
  9.  
  10.    Have you ever wanted to create a self-extracting archive?  They make
  11.    life much easier for software developers and provide protection from
  12.    bogus copies of your precious work.  LHSFX allows you to create your
  13.    own self-extracting archives... with data compression better than
  14.    ZIP and LHARC.
  15.  
  16.    LHSFX uses compression an improved version of the LHARC compression
  17.    algorithm which allows an speed increase of over 40% and 3% better
  18.    compression.  Decompression is almost incomparable... Apples to
  19.    Oranges...  Usually around 500% faster.  On small files the
  20.    increased compression may not be apparent because the extraction
  21.    header is a little over 2k long.
  22.  
  23.    Here are some compression comparisons between LHSFX & LHARC...
  24.  
  25.                 Picture 640x400x8 -   256000 bytes   
  26.                 ----------------------------------
  27.                         Final    Compress  Extract
  28.                 ----------------------------------
  29.                 LHSFX - 86428     02:49     00:05 
  30.                 LHARC - 90932     04:23     00:42 
  31.                 ----------------------------------
  32.  
  33.                 Executable file -     140768 bytes
  34.                 ----------------------------------
  35.                         Final    Compress  Extract
  36.                 ----------------------------------
  37.                 LHSFX - 72312     01:01     00:08 
  38.                 LHARC - 78962     01:48     00:38 
  39.                 ----------------------------------
  40.  
  41.                 ASCII text file -      41635 bytes
  42.                 ----------------------------------
  43.                         Final    Compress  Extract
  44.                 ----------------------------------
  45.                 LHSFX - 12796     00:15     00:02 
  46.                 LHARC - 13391     00:36     00:09 
  47.                 ----------------------------------
  48.  
  49.    LHSFX is easy to use.  Once you've started it up, enter the name of
  50.    the archive you want to create.  It will check to see if it exists
  51.    and if it does, it will ask you if you'd like to overwrite it.
  52.    Then begin entering names of files you want compressed.  If you want
  53.    a text file displayed while the archive is extracting, type in it's
  54.    name and press D for Display at the prompt.  Otherwise, press F for
  55.    File.  For files, enter the extract path, in other words the name
  56.    of the file when it is decrunched, including names of subdirectories.
  57.    Here's an example....
  58.  
  59. --------------------------------------------------------------------------
  60.  
  61.  DESTINATION > ram:testfile.exe
  62.  
  63.  ORIGINAL > df0:info.txt
  64.  
  65.  »> df0:info.txt  (1234 bytes)
  66.  
  67.  Compressing... Please Wait.
  68.  
  69.  Crunched 1234 bytes to 374 bytes.
  70.  
  71.  [F]ile or [D]isplay : D
  72.  
  73.  File Added to Archive.
  74.  
  75.  ORIGINAL > df0:program
  76.  
  77.  »> df0:program  (4321 bytes)
  78.  
  79.  Compressing... Please Wait.
  80.  
  81.  Crunched 4321 bytes to 1342 bytes.
  82.  
  83.  [F]ile or [D]isplay : F
  84.  
  85.  Extract Path > myprogram/program
  86.  
  87.  File Added To Archive.
  88.  
  89.  ORIGINAL >
  90.  
  91. -------------------------------------------------------------------------
  92.  
  93.    To close off and finish an archive just press return at an empty
  94.    ORIGINAL prompt.  LHSFX will then complete and close your archive.
  95.    It is now a fully self-contained, self-extracting archive.  To
  96.    extract the above archive, all you'd type 'testfile.exe' at the CLI
  97.    prompt.
  98.  
  99.    This program is distributed under the concept of ShareWare.  If you
  100.    like and/or use this software please send a donation of $10+ to:
  101.  
  102.  >  Mike Kennedy       <     
  103.  >  140 Westside Dr.   <    Upon reciept of your donation, you will be
  104.  >  Oakville, Ontario  <    sent a full featured update of LHSFX.     
  105.  >  Canada    L6K 1P3  <
  106.  
  107.  
  108.              ///   Amiga....  
  109.             ///
  110.            ///
  111.        \\\///                                What more can I say?
  112.         \XX/
  113.  
  114.