
ZipManager 1.0
---------------------------------

---------------
1. Installation
---------------

Just copy to any permanent directory and run to perform
registration:

	regsvr32 ZipManager.dll


-------------------------------
2. Limitations of trial version
-------------------------------

The limited version has ability to compress and extract 
archives that have no more than 5 entities(files or folders).

-------------------------------
3. Registration
-------------------------------

Registration fee: $12.95

If you would like to register ZipManager 1.0 , 
you can do the registration online on the Internet 
at http://www.regsoft.net/purchase.php3?productid=41648


If you do not have access to the Internet, you can register via phone.

RegSoft.com Inc.
PMB 201
10820 Abbotts Bridge Rd
Suite 220
Duluth, GA 30097 

Phone: 	        1-877-REGSOFT (1-877-734-7638)
                (international orders please call 1-770-319-2718) 


----------
4. Sample
----------

    Dim zipper As New ZipItem
    Dim i As Integer
    Dim file As String

On Error GoTo ErrHandler

    zipper.Compress <WorkingFolder>, <FileList>, <ZipFileName>


    zipper.Extract <FileName>, <OutputPath>
    For i = 0 To zipper.NumberOfFiles - 1
          file = zipper.FileName(i)
    Next i
    
ErrHandler:
    MsgBox "Error occurred!"
    


----------
5. Support
----------

If you have any problems, questions or suggestions please contact:
Phil Cole
E-mail: phil0739@yahoo.com
WWW   : http://www.geocities.com/zipmanager/

Dated: 14th September, 2001
