kjactive 1 Report post Posted September 18, 2007 (edited) I'd stumbled over a component called CGZip ( Info-Zip ) and made a small UDFThis is just a basic archiver but never the less powerfull and has some benefits from some of the other archivers - this one can write archive contense to a variable without unpacking ec., a nice feature to script languages like autoit3 - always use wildcards where * is all files ec....Currently only four commands:1. _Zip( $zipname, $rootdir, [$rootfolders = True[,$update = False]])2. _UnZip( $zipname, $UnZipTo, [$Createpath = False[,$OnlyNewer = False]])3. _GetZip( $zipname, [$logfile = Nothing[,$WriteToTmp = False]])4. _TestZip( $zipname, [,$WriteToTemp = False])Note: The _Zip / _UnZip commands use wildcards as standard were * use all files / *.exe build or extract only executes ec., options to exclude, add and build related to wildcards - comes with source, topics, Components and CGZip Management html filesDownload from site:http://www.sitecenter.dk/latenight/nss-fol...ports/CGZip.zipkjactive Edited September 18, 2007 by kjactive Au3PP 4.1 - Autoit3 preprocessor, optimize speed, performance to scripts and do executes....[/url]Au3Calibur - Create libraries of commonly used code excerptsWords manipulate UDF, functions that is lent from the rexx language, topics and index file includedCustomDialog UDF to include custom made dialogs like a extended colorpick requester to scripts...[url="ftp://fritidshjemmet.com/Autoit3/SysColor.zip"]SysColor UDF a low level color library to manipulate RGB and Hex values...Shell32 UDF to Automate Windows® operating tasks from native dialog and Wizards browsers... Optimized the CodeWicard with options to generate browser code etc... Share this post Link to post Share on other sites