volkerimmler Posted June 11, 2005 Posted June 11, 2005 (edited) Does autoit support zipping up files? Or is there a way to call a DLL that supports the feature, like this one here: http://www.zbitinc.com/samples.asp?p=2or this one: http://www.hdse.org/activexzip/index.htmSorry for my ignorance - I am completely new to this and a little overwhelmed..... Edited June 11, 2005 by volkerimmler
Moderators SmOke_N Posted June 11, 2005 Moderators Posted June 11, 2005 Does autoit support zipping up files? Or is there a way to call a DLL that supports the feature, like this one here: http://www.zbitinc.com/samples.asp?p=2or this one: http://www.hdse.org/activexzip/index.htmSorry for my ignorance - I am completely new to this and a little overwhelmed.....<{POST_SNAPBACK}>Most of us use NSIS: http://nsis.sourceforge.net/ Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
blindwig Posted June 11, 2005 Posted June 11, 2005 I don't know about ZIP specifically, but yes - you can make DLL calls. Check the DllCall() function if you can find a ZIP DLLIf you're looking for a free one, try Info-ZipI've never used it in Auto-It, but I use it on the command-line all the time My UDF Threads:Pseudo-Hash: Binary Trees, Flat TablesFiles: Filter by Attribute, Tree List, Recursive Find, Recursive Folders Size, exported to XMLArrays: Nested, Pull Common Elements, Display 2dSystem: Expand Environment Strings, List Drives, List USB DrivesMisc: Multi-Layer Progress Bars, Binary FlagsStrings: Find Char(s) in String, Find String in SetOther UDF Threads I Participated:Base64 Conversions
MHz Posted June 11, 2005 Posted June 11, 2005 @ronsrules I certainly, do not understand what NSIS, has to do with AutoIt and zipping? @volkerimmler Since you are so new to AutoIt? Maybe you could describe breifly, of your intentions. This may result, in a better answer.
volkerimmler Posted June 11, 2005 Author Posted June 11, 2005 I don't know about ZIP specifically, but yes - you can make DLL calls. Check the DllCall() function if you can find a ZIP DLLIf you're looking for a free one, try Info-ZipI've never used it in Auto-It, but I use it on the command-line all the time<{POST_SNAPBACK}>I got the infozip - where can i find a manual for it? All I have is the DLL - no idea what to call.....thx
volkerimmler Posted June 11, 2005 Author Posted June 11, 2005 @volkerimmlerSince you are so new to AutoIt? Maybe you could describe breifly, of your intentions. This may result, in a better answer.<{POST_SNAPBACK}>I need to create a little .exe program (which I can call from within my filemaker database) that will zip up a folder (with a varying number of subfolders and files) and two files (the names are always the same)thx
MHz Posted June 11, 2005 Posted June 11, 2005 Not sure if anyone has used a dll zipper yet?Seem to getting nowhere with Info-Zip.Just use a commandline archiver.A large list here.UHARC does very good compression, But there is plenty more to choose from. Perhaps something friendly, with zip in it's name?
volkerimmler Posted June 11, 2005 Author Posted June 11, 2005 Not sure if anyone has used a dll zipper yet?Seem to getting nowhere with Info-Zip.Just use a commandline archiver.A large list here.UHARC does very good compression, But there is plenty more to choose from. Perhaps something friendly, with zip in it's name?<{POST_SNAPBACK}>Thanks - that is what I am doing ATM - FBzip - free, too.
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