home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Utils / unpack.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  3.9 KB  |  121 lines

  1.  
  2.  
  3.  
  4.    =====( UnPack V0.21 )==============================================
  5.  
  6.  
  7.         Trion 'Unpack' Utility.
  8.  
  9.         (c) Copyright Paul Spijkerman, '96-'98. All rights reserved.
  10.  
  11.         Written for use with the Trion BBS package.
  12.  
  13.  
  14.    ===================================================================
  15.  
  16.  
  17.     Unpack is a simple Shell userinterface (frontend) for archiver programs.
  18.  
  19.  
  20.     Adds wildcards to archivers without wildcards.
  21.  
  22.     Do you ever wanted to Unarchive a lot of ARJ archives and
  23.     discovered that 'unarj' doesn't support wildcards.
  24.     So you have to type all the names in shell to extract.
  25.  
  26.     Now you just type 'Unpack e #?'
  27.  
  28.     (same goes for RAR, ARC and others)
  29.  
  30.  
  31.     Unpacking in one pass of different types of archives.
  32.  
  33.     Did you ever had a directory of Archives you wanted to
  34.     Unarchive and discovered you needed a different programm
  35.     for each archive.
  36.  
  37.     Now you just type 'Unpack e #?'
  38.  
  39.  
  40.     Did you ever had archives without extensions so you didn't
  41.     knew what type they where.
  42.  
  43.     Now you just type 'Unpack i #?'
  44.  
  45.  
  46.     Did you ever got a new type of archive (like RAR or LZX)
  47.     and forget how to operate the new different archiver.
  48.  
  49.     Now you just type 'Unpack e #?'
  50.  
  51.  
  52.     You have to remember 1 command to Unarchive or view archives.
  53.  
  54.  
  55.     With 'Unpack l #?' you can view archives.
  56.  
  57.  
  58.     Unpack uses the 'trion:cfg/unpack.cfg' for it's data about
  59.     archivers, but it can also be placed in S: for systems
  60.     without the BBS package on disk.
  61.  
  62.     Unpack works by comparing the first 10 bytes of the
  63.     archive with bytes suplied in the configuration to
  64.     find out what type of archive we are handling.
  65.  
  66.     Note that the 'recognition' codes of some archives not
  67.     always start on position zero .. so for the first bytes
  68.     without any meaning for the recognition code you can
  69.     suply a "??" .. so the programm knows that byte
  70.     doesn't matter.
  71.     
  72.  
  73.     Note that Unpack is stopable with Ctrl-C.
  74.     This works in the list modes , but when it starts programmas
  75.     like LHA they sook up all the Ctrl-C's .. because the machine
  76.     is so quick. At the moment you type the next Ctrl-C Unpack
  77.     has already started the next programm. So you end up terminating
  78.     all started programmas until the end of the dir has been reached.
  79.  
  80.  
  81.     The default version of the Unpack configuration file also
  82.     contains code to recognize IFF, JPEG and GIF files.
  83.     Which can be usefull
  84.     if you have a load of files without (proper) extensions.
  85.     It also shows the pictures in Unpack mode.
  86.     It has one drawback .. when there are archives in the same dir
  87.     they are Unpacked.
  88.     (Maybe a PicView mode would be nice, have to think about the
  89.      usefullness and future of this util)
  90.     But it also has some advantages .. cause I use ViewTek to
  91.     show pictures, but when ViewTek shows the next picture it
  92.     still shows the previous. I have only 512K of chip mem. so
  93.     big pictures are a problem. With Unpack ViewTek shows
  94.     1 picture at a time and saves a lot of chip mem.
  95.     Because I have an OCS (old) chipset ViewTek shows pictures only
  96.     in 16 colors and always in hires/interlace .. even if they are
  97.     very small. You can fix this by typing 'LO NL' on the command
  98.     line when using ViewTek. But it's more work and people forget
  99.     quick .. so it's usefull when it's done for you with Unpack :)
  100.  
  101.     The recognition of picture files is used in the ViewArchive
  102.     script .. if the BBS couldn't findout the type of the
  103.     archive the ViewArchive script starts Unpack .. if
  104.     the file is indeed a picture .. unpack will start Viewtek
  105.     and Viewtek will give the resolution and depth of the
  106.     picture.
  107.  
  108.     Unpack is used by typing a command at the command line
  109.     with an archive name or a wildcard.
  110.     And an optional path when in extract mode.
  111.  
  112.  
  113.     Usage:    Unpack command [-options] archive [path]
  114.  
  115.     commands:
  116.  
  117.     E, X  = Extract archives.
  118.     L     = List archives.
  119.     I     = Info on archive types.
  120.  
  121.