home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 401.lha / LhArcA_v0.99d / Read_Me < prev    next >
Text File  |  1990-07-31  |  4KB  |  79 lines

  1. +------------------------------------------------------------------------+
  2. | This version's extract-routine is about 25% faster than before!!! This |
  3. | means it is more than twice as fast as LhArc 1.10 and about 20% faster |
  4. | than LhUnArc 0.9!!!                                                    |
  5. +------------------------------------------------------------------------+
  6. Another new feature is recursive file collection + some cosmetic changes,
  7. read the 'Changes' file for more info.
  8.  
  9. This is the very last pre-release version, only released because some guys
  10. wanted a faster version. Also included is LhTest, intended for use with
  11. AmiExpress. Read the 'LhTest.doc' file for more info on how to use this.
  12.  
  13. ===========================================================================
  14.  
  15.                     #     #      ###              ###
  16.                     #     #     #   # # ##   ### #   #
  17.                     #     ####  ##### ##  # #    #####
  18.                     #     #   # #   # #     #    #   #
  19.                     ##### #   # #   # #      ### #   #
  20.  
  21.     A high performance Data compression utility for the Commodore Amiga
  22.         Amiga user interface and compression code by Stefan Boberg
  23.               Original 80x86 LZHuf code by Haruyasu Yoshizaki
  24.  
  25.                             PRE-RELEASE V0.99d
  26.  
  27. ===========================================================================
  28.  
  29. Ok,  so  here it is, the fully Intuitionized, FAST!  LhArc compression tool
  30. for  the  Commodore  Amiga,  this  is only a pre-release so there's no real
  31. documentation  yet.  It is 100% compatible with LhArc version 1.13c (MSDOS)
  32. and  Amiga  LhArc  (The Italian CLI version), only it is MORE than TWICE as
  33. fast  !!!  I hope you will understand how to use it anyway, but here's some
  34. tips to get you going:
  35.  
  36. SYSTEM REQUIREMENTS
  37.  
  38. * Arp.library (V33 or higher) must be in the libs: directory
  39.   [Note that version 39.1 should be included in this archive].
  40.  
  41. EXTRACTING
  42.  
  43. If  you  want to extract files from an existing archive, first select 'Open
  44. Archive'  from  the  Project menu or press Right-Amiga+O or just press 'O'.
  45. Then  select  the  file  from  the  file  requester  by entering the source
  46. directory  in  the  Dir gadget and then click twice on the file you want to
  47. extract from, or enter the file's name in the File gadget and press RETURN.
  48. Then  click  on  the  files  you  want  to  extract (clicking once selects,
  49. clicking  a  second  time  deselects again), or use the 'Mark all', 'UnMark
  50. all'  and  'Mark...'  gadgets.  The 'Mark...' gadgets allow you to enter an
  51. ARP-pattern mask to select certain files.  (For example.  '*.c' will select
  52. all files ending in '.c' and 'a*z' will select all files that begin with an
  53. 'a'  and  end  with  a  'z',  detailed explanations of the pattern matching
  54. functions  will  be  in  the  final  documentation).   When you have marked
  55. (highlighted) all files you want to extract, click on the 'Extract' gadget.
  56. Now  you will be asked where to put the extracted files, select a directory
  57. and  click on the 'OK' gadget.  Now LhArcA will extract your files!  If you
  58. want  LhArcA to consider extended filenames, select 'Extended filenames' in
  59. the Settings menu.
  60.  
  61. CREATING AN ARCHIVE
  62.  
  63. When  you want to create a new archive, select 'New archive' in the Project
  64. menu,  then  enter  the  destination directory and archive name.  NOTE:  In
  65. this  pre-release  you  must  append  '.lzh'  after the filename, otherwise
  66. LhArcA  cannot  open  it  for  extraction!  This will be fixed in the final
  67. release.   Then  do  just  like  you  do  when you add files to an existing
  68. archive.  (Described below).
  69.  
  70. ADDING FILES TO AN EXISTING ARCHIVE
  71.  
  72. This  is  easy, first open the archive as when extracting (see above), then
  73. click  on the 'Add files' gadget and then select the files you like to add.
  74. You  can  select  as  many files as you like and in as many directories you
  75. like.   If  you want pathnames to be stored, select 'Extended filenames' in
  76. the Settings menu and then set 'Home directory' to the part of the pathname
  77. that  should  not be stored.  (Not enough space to describe this here, wait
  78. for the final version, it will probably work differently then).
  79.