home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 1 / FFMCD01.bin / bbs / util / unpacker.lha / UnPacker / UnPacker.doc < prev    next >
Text File  |  1993-08-17  |  3KB  |  95 lines

  1. :::::::
  2. UnPacker.doc
  3. :::::::
  4.  
  5.                           =====================================
  6.                           =                                   =
  7.                           =   UnPacker v1.1; 1993-08-14.      =
  8.                           =                                   =
  9.                           =   Copyright ©1993 Erik Sagalara.  =
  10.                           =                                   =
  11.                           =   This program is FreeWare.       =
  12.                           =                                   =
  13.                           =====================================
  14.  
  15.  
  16. Description:
  17. ------------
  18. UnPacker is an appicon utility for extracting archives. It chooses
  19. the archiver to use by the suffix, eg. '.lha', '.zip' or '.zoo'.
  20. You can configure UnPacker for any other arc-program you want to use
  21. by changing the tooltypes of the icon.
  22.  
  23.  
  24. Usage:
  25. -----
  26. UnPacker only works from the WB. There are two ways to use it:
  27.  
  28.    1) If you start UnPacker directly from the Workbench it will open
  29.       an appicon. To extract an archive just throw it on UnPacker.
  30.  
  31.       You can double click the icon to get an informative requester.
  32.       Choose the 'QUIT!' button to remove UnPacker.
  33.  
  34.  
  35.    2) If you use ToolManager you're lucky, because UnPacker works great
  36.       together whith it.
  37.  
  38.       Create an EXEC object whith 'Program Type' = WB and 'Argument' = ON,
  39.       then you use it just as normally.
  40.  
  41.  
  42. Configuration:
  43. --------------
  44. Here is a list of the available tooltypes:
  45.  
  46.    'DONOTWAIT'     Add this if you want to place UnPacker in WbStartup.
  47.  
  48.    'XPOS='         Specifies the appicons X-position (from left edge),
  49.    'YPOS='         respectively the Y-position (from the top).
  50.  
  51.    'DESTDIR='      Tells in which dir to put extracted files,
  52.                    eg. DESTDIR=RAM:
  53.  
  54.    'XYZ=C:xyz x' These tooltypes are the most important. Add one for
  55.                    each achiver you use.
  56.  
  57.                    The format is '<SUFFIX>=<COMMAND> <ARGUMENTS>'
  58.                    IMPORTANT: You must use capitals for <SUFFIX>.
  59.  
  60.                    Examples: 'LHA=C:LhA x', 'ZIP=C:UnZip', 'DMS=C:DMS Write'.
  61.  
  62.  
  63.  
  64. Motivation:
  65. -----------
  66. I wrote this program because although there is a whole array of "appicon-
  67. type" programs to do all sort of things there still lacks a comfortable
  68. method to extract archives from the WB.
  69.  
  70. Of course you can make hacks in ToolManager for this, but they can only
  71. handle one archiver per icon and you can't have dozens of icons for every
  72. program. The solution to this was one icon that covers all the archivers
  73. you use, alas UnPacker.
  74.  
  75.  
  76. History:
  77. --------
  78. Version 1.0: The first version; was only uploaded on Aminet.
  79.  
  80. Version 1.1: Complete rewrite since I lost the source to 1.0.
  81.              Fixes the bug that got the path wrong when the archive
  82.              is in a subdirectory, and some other small enhancements. 
  83.  
  84.  
  85. Contacting author:
  86. ------------------
  87. If you have any questions or just like this program feel free to contact me:
  88.  
  89. EMAIL: d86esa@efd.lth.se
  90.  
  91. MAIL: Erik Sagalara
  92.       Tunaväg. 39 B549
  93.       223 63 LUND
  94.       Sweden 
  95.