home *** CD-ROM | disk | FTP | other *** search
/ Dream 41 / Amiga_Dream_41.iso / Amiga / Workbench / archiveurs / PackDisk11.lha / PackDisk / PackDisk.Doc < prev    next >
Text File  |  1994-05-16  |  8KB  |  228 lines

  1.  
  2.   ______     __   _____  _    _     ______   _   _____  _    _
  3.   |     \   /  | / ____|| |  /|     |     \ | | /  ___|| |  /|
  4.   |  O   | /   ||  |    | | / |     |      || ||  |__  | | / |
  5.   |      |/  O ||  |    | |/ /  __  |  O   || | \__  \ | |/ /
  6.   |  ___//  _  ||  |    |   X  |__| |      || |    \  ||   X 
  7.   |  |  /  / | ||  |___ | |\ \      |      || | ___/  || |\ \
  8.   |__| |__/  |_| \_____||_| \_|     |_____/ |_||_____/ |_| \_| V1.1
  9. |====================================================================--╗>
  10.   Made by Edgar M. Vigdal, 5830 LUSTER, Norway
  11.  
  12.  
  13. This utility allows one to archive whole disks while preserving the
  14. disk-structure.  PackDisk offers varying modes of compression ranging
  15. from very simple to very deep compression. There are 6 different packing
  16. algorithms and the one that manages to compress a sector the most is used.
  17.  
  18. The difference between PackDisk and DMS is in the simplicity of PackDisk.
  19. You don't need to copy a file to RAM: to unpack a disk. PackDisk will load
  20. as many packed sectors as possible into memory and than unpack those sectors
  21. to a disk, and then read in some more packed sectors if necessary. 
  22. And PackDisk is only 5404 bytes long!!!!
  23.  
  24.  
  25.  
  26. PackDisk uses the excellent XPK library for packing and unpacking. The
  27. xpkmaster.library and the 6 sub-libraries are stored in the xpk directory.
  28. You must copy these files to your Libs: directory and to every disk that
  29. are going to use the PackDisk utilitie!
  30.  
  31. If you need any more info about the xpk library, you can download the
  32. following files from your local BBS or check your public-domain supplier.
  33.  
  34.   Xpk25dev.lha      144516  Compression package, developer's add    
  35.   Xpk25usr.lha      220144  Compression package, user's edition     
  36.   Xpkdisk.lha        61099  A compressing disk device               
  37.   Xpkdisk374.lha     77029  Compressing disk device v37.4 uses XPK  
  38.   Xpkdisk37_5.lha    93483  A compressing disk device uses XPK      
  39.   Xpkhfmn.lha         3651  A brand new xpk de/compressor           
  40.   Xpkrdcn2.lha       30244  Fast XPK compressor with low CF         
  41.   XpkSMPL.lha         3066  xpk library for packing samples         
  42.   XpkSQSH.lha         5287  XPK compress lib for sampled sounds     
  43.  
  44.  
  45.  
  46. The following people have been involved in the developing of XPK.....
  47.  
  48.  Name                     EMail                            Program
  49.  --------------------------------------------------------------------
  50.  Urban Dominik Mueller    umueller@amiga.physik.unizh.ch   XPK, NUKE
  51.  Bryan Ford               bryanf@hpmcaa.mcm.hp.com         XPK, BLZW
  52.  Peter Struijk            winfjmf@dutiws.TWI.TUDelft.NL    IMPL
  53.  Christian von Roques     roques@karlsruhe.gmd.de          FEAL
  54.  Andre Beck               beck@freia.inf.tu-dresden.de     IDEA
  55.  Marc Zimmermann          zimmerma@ibr.cs.tu-bs.de         HUFF
  56.  Kristian Nielsen         bombadil@diku.dk                 XFH
  57.  Martin A. Blatter        blatter@amiga.physik.unizh.ch    xDrop
  58.  Matthias Scheler         tron@uni-paderborn.de            xPack
  59.  
  60.  
  61.  
  62.  
  63.  
  64. If you use PackDisk on a regular basis you are required to register the
  65. program.  Registering will enable you to receive future updates and
  66. the international version with support for different languages!
  67.  
  68. If you use PackDisk on a regular basis, please consider a US$10 registration
  69. fee to help support future releases. Please add 1 disk for the update!!
  70.  
  71. I urge everyone who uses the program to send in their registration fees
  72. so that I can continue to supply users with the latest and best programs.
  73. If you have any suggestions, questions, or complaints, please write to
  74. the above address and remember to include your name, address, and phone
  75. number and computer configuration.
  76.  
  77.  
  78. PackDisk is freely distributable provided the following rules:
  79.  
  80.  1.  No charge excepting reasonable media costs may be charged.
  81.  
  82.  2.  The program and documentation may not be modified in any way.
  83.  
  84.  
  85. I will be in no way liable for damages, incidental or consequential,
  86. arising from the use or misuse of PackDisk, or for any claim by any
  87. other party.  Use this program at your own risk. No warranty is given
  88. either expressed or implied.  Terms of registration are subject to
  89. change without notice.
  90.  
  91.  
  92.  
  93. Usage:
  94.  
  95. PackDisk can only be used from the CLI/SHELL. Do NOT start it
  96. from the WorkBench!!!!
  97.  
  98. TO PACK A DISK....
  99. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  100. PackDisk -p -2 <filename>
  101.           ^  ^  ^
  102.           |  |  | 
  103.           |  |   \___ Name of file to store the packed disk as.
  104.           |  |
  105.           |   \______ Packing mode 1 is the fastest and simplest mode.
  106.           |           Max mode is 6, this is also the slowest.
  107.           |
  108.            \_________ Indicates the 'packing of a disk' mode.
  109.  
  110. The packing modes are as following....
  111.  
  112.     1.   RLEN      (Fast compression & very fast decompression, low CF)
  113.     2.   NUKE      (Very fast decompression, good CF & fast compression)
  114.     3.   BLZW      (Fast compression & decompression, usable CF)
  115.     4.   HUFF      (Huffman coding, low crunch factor and speed)
  116.     5.   IMPL      (Imploder, good CF, slow compression, fast decompression)
  117.     6.   SHRI      (Excellent crunch factor, but low speed)
  118.  
  119.  
  120.  
  121. TO UNPACK A DISK....
  122. ~~~~~~~~~~~~~~~~~~~~~~~
  123. PackDisk -u <filename>
  124.           ^  ^
  125.           |  | 
  126.           |   \___ Name of file to unpack to an empty disk.
  127.           |
  128.            \_________ Indicates the 'unpacking of a disk' mode.
  129.  
  130.  
  131.  
  132. Examples....
  133.  
  134. *****
  135. * 1 *
  136. *****
  137.  
  138. Packdisk -p -3 DH5:GameDisk.1
  139.  
  140. This will pack a disk to the file 'GameDisk.1' and store it on the
  141. device DH5:. It will use the following modes to pack the disk....
  142.  
  143.     1.   RLEN        (Sample library for packers)
  144.     2.   NUKE        (Very fast decompression, good CF & fast compression)
  145.     3.   BLZW        (Fast compression & decompression, usable CF)
  146.  
  147.  
  148.  
  149. *****
  150. * 2 *
  151. *****
  152.  
  153. Suppose you have made a disk with two compressed disk on it. The disk is
  154. named 'Games:', and the packed disk files is named 'GameDisk.1' and
  155. 'GameDisk.2'. To unpack the disks you write the following....
  156.  
  157. PackDisk -u Games:GameDisk.1
  158.  
  159. This will unpack the file 'GameDisk.1' to a disk. The file will be read from
  160. the disk named 'Games:'. This is VERY important, because then PackDisk will
  161. know where to read the packed data from!!!!
  162.  
  163. PackDisk -u Games:GameDisk.2
  164.  
  165. This will unpack file #2 to another empty disk.
  166.  
  167.  
  168. REQUIREMENTS
  169. ------------
  170. When you want to use PackDisk you must copy the following files on to the
  171. disk....
  172.  
  173.     c:
  174.        PackDisk                       5404 bytes
  175.     Libs:
  176.            xpkmaster.library             13456 bytes
  177.        compressors/
  178.               xpkRLEN.library             1384 bytes
  179.               xpkNUKE.library             3296 bytes
  180.               xpkBLZW.library             2128 bytes
  181.               xpkHUFF.library             2696 bytes
  182.               xpkIMPL.library             4048 bytes
  183.               xpkSHRI.library            13716 bytes
  184.     
  185.  
  186. If you only use -2 as packing mode, you only have to copy the 2 first
  187. libraries, xpkRLEN.library and xpkNUKE.library, but if you use -6 as
  188. the packing mode you must copy all the compressor libraries!
  189.  
  190. PackDisk have been tested on the following machines....
  191.  
  192.     A1000 512KB CHIPMEM, 1 880KB FD
  193.     A2000 1MB CHIPMEM, 2MB FASTMEM, 100MB HD, 1 880KB FD
  194.  
  195.  
  196.         The following methods are accepted when paying.
  197.         -----------------------------------------------
  198.  
  199.         - Cash: Preferably by registered mail.
  200.  
  201.         - International Postal Money Order: Send an International P.M.O
  202.           in NOK (other currencies are not accepted).
  203.           Contact your post office for further information. Please note
  204.           that Canadian / US Postal Money Orders are *not* accepted.
  205.           These are worthless in Europe.
  206.  
  207.         - EuroCheques: Send a EuroCheque written out in Norwegian kroner.
  208.           (other currencies are not accepted). Make the cheque payable to
  209.           Edgar M. Vigdal.
  210.  
  211.         - PostGiro: Transfer NOK to the PostGiro account 0826.0658124.
  212.  
  213.         - BankGiro: Transfer NOK to the BankGiro account 3785.10.05774.
  214.  
  215.         Please make sure that your full name, address, postal code, city
  216.         and country is included. If you have an Internet email address, 
  217.         please include that one too, as I will soon be on the internet.
  218.  
  219.  
  220.  
  221.         To those that support my hard work, I send my warmest regards to!!
  222.  
  223.  
  224.     HAVE FUN !!!
  225.  
  226.  
  227.     EMW
  228.