Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


Zip Extender NEWS FLASH

Keywords: 	  zipper news flash

Dec 12, 2001 Rev 10007 
        
     The ZIPPY extender has been updated to a few format
                to allow more descriptive function names and additional
                parameters.  This version of the extender requires
                WinBatch 2001A or newer to run.  This extender will 
                not work on WinBatch 2000C or older.
                
                In addition, so as not to affect existing scripts using 
                a previous version of this extender, the extender DLL 
                has been renamed to include a 34I in the DLL name 
                instead of a 32I.  Old and new versions of this 
                extender can *usually* co-exist side by side.
                
                To use the new extender with old scripts and with 
                WinBatch 2001A or newer you will need to change the 
                AddExtender line in the script to reflect the new DLL 
                name.   e.g.
                
                   AddExtender("WWZIP32I.DLL")
                should become
                   AddExtender("WWZIP34I.DLL")

Friday, September 10, 1999

New zipper extender, version 10006 posted.


Fixes the problem whereby specifying *.zip for a series of zip files in a directory 
returned the error message, "Cannot find any matches for wildcard specification", and 
wasn't unzipping any of the zip files.

Friday, April 30, 1999 03:14 PM 


New zipper extender, version 10004 posted. This version returns more descriptive error messages.

Wednesday, November 25, 1998 04:25 PM 


*** ZIPPER EXTENDER Version 1.00***  

A brand new extender for Winbatch 98 is now available. The new ZIPPER extender can zip and unzip
files.



Friday, November 27, 1998 01:48 PM 


Strings in the Zip extender are returned in line-feed terminated strings.  This will be changed
in the next release of the Zip extender.  In the meantime, use the following code to replace @LFs
with @CRLFs.

	rslt=zUnZipFiles....
	rslt=StrReplace(rslt,@tab,zzz,@CRLF)
	handle=FileOpen....
	FileWrite(handle,rslt)
	FileClose(handle)

Article ID:   W12691
Filename:   !!NEWS FLASH!!.txt