home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 13 / af013.adf / LhArcA / LhArcA.Doc < prev    next >
Text File  |  1978-05-06  |  5KB  |  103 lines

  1. ===========================================================================
  2.  
  3.                     #     #      ###              ###
  4.                     #     #     #   # # ##   ### #   #
  5.                     #     ####  ##### ##  # #    #####
  6.                     #     #   # #   # #     #    #   #
  7.                     ##### #   # #   # #      ### #   #
  8.  
  9.     A high performance Data compression utility for the Commodore Amiga
  10.         Amiga user interface and compression code by Stefan Boberg
  11.               Original 80x86 LZHuf code by Haruyasu Yoshizaki
  12.  
  13.                             PRE-RELEASE V0.99a
  14.  
  15. ===========================================================================
  16.  
  17. Ok,  so  here it is, the fully Intuitionized, FAST!  LhArc compression tool
  18. for  the  Commodore  Amiga,  this  is only a pre-release so there's no real
  19. documentation  yet.  It is 100% compatible with LhArc version 1.13c (MSDOS)
  20. and  Amiga  LhArc  (The Italian CLI version), only it is MORE than TWICE as
  21. fast  !!!  I hope you will understand how to use it anyway, but here's some
  22. tips to get you going:
  23.  
  24. EXTRACTING
  25.  
  26. If  you  want to extract files from an existing archive, first select 'Open
  27. Archive'  from  the  Project menu or press Right-Amiga+O or just press 'O'.
  28. Then  select  the  file  from  the  file  requester  by entering the source
  29. directory  in  the  Dir gadget and then click twice on the file you want to
  30. extract from, or enter the file's name in the File gadget and press RETURN.
  31. Then  click  on  the  files  you  want  to  extract (clicking once selects,
  32. clicking  a  second  time  deselects again), or use the 'Mark all', 'UnMark
  33. all'  and  'Mark...'  gadgets.  The 'Mark...' gadgets allow you to enter an
  34. ARP-pattern mask to select certain files.  (For example.  '*.c' will select
  35. all files ending in '.c' and 'a*z' will select all files that begin with an
  36. 'a'  and  end  with  a  'z',  detailed explanations of the pattern matching
  37. functions  will  be  in  the  final  documentation).   When you have marked
  38. (highlighted) all files you want to extract, click on the 'Extract' gadget.
  39. Now  you will be asked where to put the extracted files, select a directory
  40. and  click on the 'OK' gadget.  Now LhArcA will extract your files!  If you
  41. want  LhArcA to consider extended filenames, select 'Extended filenames' in
  42. the Settings menu.
  43.  
  44. CREATING AN ARCHIVE
  45.  
  46. When  you want to create a new archive, select 'New archive' in the Project
  47. menu,  then  enter  the  destination directory and archive name.  NOTE:  In
  48. this  pre-release  you  must  append  '.lzh'  after the filename, otherwise
  49. LhArcA  cannot  open  it  for  extraction!  This will be fixed in the final
  50. release.   Then  do  just  like  you  do  when you add files to an existing
  51. archive.  (Described below).
  52.  
  53. ADDING FILES TO AN EXISTING ARCHIVE
  54.  
  55. This  is  easy, first open the archive as when extracting (see above), then
  56. click  on the 'Add files' gadget and then select the files you like to add.
  57. You  can  select  as  many files as you like and in as many directories you
  58. like.   If  you want pathnames to be stored, select 'Extended filenames' in
  59. the Settings menu and then set 'Home directory' to the part of the pathname
  60. that  should  not be stored.  (Not enough space to describe this here, wait
  61. for the final version, it will probably work differently then).
  62.  
  63. ADDITIONAL NOTES
  64.  
  65. The  final version, there will be all the features found in other archivers
  66. (including  PkAZip),  and  more.   LhArcA  is FASTER than PkAZip!!!  (About
  67. 15%), and also more effective.  To make it even faster I am working on some
  68. new  search  algorithms  which will (hopefully) be finished until the final
  69. release!!!   Also  in  the  final release there will be the option to issue
  70. archiver  commands  directly  from the CLI command line (as Zoo, Arc, LhArc
  71. etc.),  my  intention  is to make a program everybody can use, both novices
  72. and  experts.   (Though  this version may be a little hard to understand, I
  73. will  possibly  add  some online help stuff in the final version).  Also it
  74. will  be  possible  to  create SFX-archives (self-extracting archives), and
  75. more....
  76.  
  77. Anyway,  if  you  have any ideas for improvements, or find any bugs (I have
  78. sorted  out most of them now, there are (I hope) no serious bugs left, just
  79. some  things  that  need  to be more polished).  Anyway hope you like this,
  80. because  it  took  be  two months to get this far!!  If you like it, PLEASE
  81. consider  sending  me  a  contribution, look in the About...  text for more
  82. details.
  83.  
  84.  
  85. SYSTEM REQUIREMENTS:
  86.  
  87. You'll need:
  88.  
  89. * Arp.library (Version 39.1 is included in this archive).
  90. * An Amiga with at least 512K of RAM.
  91. * You must have ASSIGNed 't:' somewhere. (Preferably to RAM:, to do this,
  92.   enter the command 'ASSIGN t: ram:' before running LhArcA.
  93.  
  94. INSTALLING
  95.  
  96. To install LhArcA, extract the files from this archive, then execute the
  97. following commands from CLI:
  98.  
  99. copy Arp.library to libs:
  100. delete Arp.library
  101.  
  102. This will move the Arp.library to where it should be.
  103.