Doszip plugin for 7ZA.EXE
Version 1.04 - 07/26/2012

<> Supported file types

	  Read Copy Add  Move Del  View
   *.7z    x    x    x    x    x    x
   *.gz    x    x       	    x    -tgzip
   *.bz2   x    x       	    x    -tbzip2
   *.cab   x    x       	    x    -tcab
   *.xz    x    x       	    x    -txz
   *.tar   x    x    x    x    x    x    -ttar
   *.lzma  x    x       	    x    -tlzma

<> Install

   All plugins are defined in the file DZ.INI, and it is assumed
   that the .DLL files are located in the <doszip>\DLL directory.
   A full path to another directory may be added.

   To install, simply copy the DZ7ZA.DLL file to the DLL directory.

   The plugin reads the section [7ZA] if available. You may add this
   section to change the default:

   [7ZA]
   01=7za l -y	; Read archive
   02=7za x -y	; F5 Copy (decompress)
   03=7za u -y	; F5 Add  (compress)
   04=7za m -y	; F6 Move (compress | delete)
   06=7za d -y	; F8 Delete
   09=7za e -y	; F3 View (copy | view | delete)

   In the section [Plugins] the <id> value (00=) is not fixed (as above).
   Use the first free number or start from [00..06].

   --<Copy and Paste this to DZ.INI>--

[Plugins]
00=0x00007A37,DZ7ZA.DLL ; .7z
01=0x00008B1F,DZ7ZA.DLL ; .gz
02=0x00005A42,DZ7ZA.DLL ; .bz2
03=0x4643534D,DZ7ZA.DLL ; .cab
04=0x587A37FD,DZ7ZA.DLL ; .xz
05=0x10000000,DZ7ZA.DLL ; .tar
06=0x20000000,DZ7ZA.DLL ; .lzma

[Filetype]
tar  = [0x10000000]
lzma = [0x20000000]
