

To install CGI Zip Explorer, do the following:

1. Copy the executable file CGIZIP.EXE in the cgi-bin directory of your
web server.

2. Make a link in your html file to CGIZIP.EXE, adding a query field named
'zip' with value equal to full local path to your zip file:

  /your_cgi-bin_directory/cgizip.exe?zip=your_zip_file

Example:
Assuming that your cgi-bin directory is 'cgi_bin', and zip file is
c:\test\test.zip, than write:

<A HREF="/cgi-bin/cgizip.exe?zip=c:\test\test.zip">Test zip file</A>

Load your html file in the web browser and test it.

That's all.

