zeffy Posted May 6, 2010 Posted May 6, 2010 I have tried the ZIP UDF (which doesnt support passwords), the 7ZIP UDF (Which doesnt support compressing to .ZIP, at least not that I know of.), and the ZIP32 UDF, which doesnt support compressing with passwords. Is there any other Zip libraries (DLLs or UDFs) that support this? Thanks
Bert Posted May 6, 2010 Posted May 6, 2010 I remember seeing somewhere a winRAR udf. I think that will do what you need. I could be wrong on this. (need coffee...) The Vollatran project My blog: http://www.vollysinterestingshit.com/
zeffy Posted May 6, 2010 Author Posted May 6, 2010 I remember seeing somewhere a winRAR udf. I think that will do what you need. I could be wrong on this. (need coffee...)Yeah I saw that too, it's an unRAR UDF, so it can only decompress, not compress.
GEOSoft Posted May 6, 2010 Posted May 6, 2010 I'm not sure if the 7Zip UDF allows to compress to ZIP or not but it definitly should because that is one of the standard formats used by 7Zip You could always download 7Zip and just use the command line portion of it (7za.exe). Or I could upload a copy of the 7za file and the documentation if it comes to that. George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
Bert Posted May 6, 2010 Posted May 6, 2010 I remember WinRAR had command line support. The Vollatran project My blog: http://www.vollysinterestingshit.com/
zeffy Posted May 6, 2010 Author Posted May 6, 2010 I was hoping to avoid external exe's for command line usage, and keep it down to dll's, but if that is the only option then I guess I have no choice :<, ill poke around with the 7zip UDF some more and see if I can figure anything out
GEOSoft Posted May 6, 2010 Posted May 6, 2010 I was hoping to avoid external exe's for command line usage, and keep it down to dll's, but if that is the only option then I guess I have no choice :<, ill poke around with the 7zip UDF some more and see if I can figure anything outI'll be amazed if that UDF won't create a zip file George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
zeffy Posted May 6, 2010 Author Posted May 6, 2010 (edited) I'll be amazed if that UDF won't create a zip fileYup, after looking at the 7zip documentation for command line switches (which is what 7-zip32.dll uses), you can change the archive type to ZIP by using the argument -tzipThanks for the help :3 Edited May 6, 2010 by zeffy
water Posted May 7, 2010 Posted May 7, 2010 I use the ZIP32 UDF with passwords in one of my scripts and it works just fine. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now