Tlem Posted November 23, 2008 Share Posted November 23, 2008 I update the code of 0.4.5 version because There was a small problem during the compression of a single file. The function returned an error but still create the archive. It was just a double quote too on the variable $CMD. Thanks to jbnh to point me that 'bug'. Best Regards.Thierry Link to comment Share on other sites More sharing options...
kori Posted December 3, 2009 Share Posted December 3, 2009 (edited) . Edited December 3, 2009 by kori Link to comment Share on other sites More sharing options...
PnoT Posted December 16, 2009 Share Posted December 16, 2009 I'm using the latest SevenZip.au3 (0.4.5) and Multiple_zip.au3. I'm running Multiple_zip.au3 and selecting a folder to archive but nothing in that folder is being added. There are 2 .exe files and nothing else. Link to comment Share on other sites More sharing options...
meokey Posted October 28, 2010 Share Posted October 28, 2010 is there anyway to use 7-zip32.dll to compress/decompress a binary/string than files? such as : $orig = "aaaaaaaaaaaaaaaa" ; or $orig = StringToBinary("aaaaaaaaaaaaaaaa") $compressed = _7zip_compress($orig) $decompressed = _7zip_decompress(compressed) Link to comment Share on other sites More sharing options...
matwachich Posted November 13, 2011 Share Posted November 13, 2011 You can use this Link to comment Share on other sites More sharing options...
Ontosy Posted April 27, 2012 Share Posted April 27, 2012 7-zip32.dll home page (always updated)I see only source code, not have dll precompiled? Link to comment Share on other sites More sharing options...
Guest Posted April 27, 2012 Share Posted April 27, 2012 I see only source code, not have dll precompiled?Look on this site: http://www.csdinc.co.jp/archiver/lib/7-zip32.html at the bottom. Will have some links like this 7z920002.zip. Link to comment Share on other sites More sharing options...
Ontosy Posted April 27, 2012 Share Posted April 27, 2012 Look on this site: http://www.csdinc.co.jp/archiver/lib/7-zip32.html at the bottom. Will have some links like this 7z920002.zip.ok thanks, was a little 'hidden Link to comment Share on other sites More sharing options...
AtomR Posted November 23, 2012 Share Posted November 23, 2012 (edited) Hello, I have a problem using this UDF. I don't know if i'm missing anything but I am unable to zip a certain type of files. For instance I have a folder with filenames of the type "savegame@profile0#aggrichqqiwq". They don't have extentions, are very long and have @ and #. Is there any know issues with long filenames and invalid symbols it suports? I can't think of any other reason it would return a success message but then not have anything inside the 7z file it created. It's working perfectly with other folders. [edit] Upon further testing it seems that it doesn't support files that don't have extensions. So file 1.bmp is added and file 1 isn't added. Edited November 23, 2012 by AtomR Link to comment Share on other sites More sharing options...
JScript Posted November 23, 2012 Share Posted November 23, 2012 Have you tried using another program 7zip to see if it works with these chars? JS http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
AtomR Posted November 23, 2012 Share Posted November 23, 2012 (edited) I use 7zip to create a .7z file with the contents of the folder and it works well. Using this udf I can even extract these files from the .7z. I just can't repack them :/ The UDF creates an empty .7z file. Edited November 23, 2012 by AtomR Link to comment Share on other sites More sharing options...
JScript Posted November 23, 2012 Share Posted November 23, 2012 Try the following UDF: JS http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
AtomR Posted November 23, 2012 Share Posted November 23, 2012 That UDF points to an oriental website :S Moreover I'm already using one UDF to extract and another UDF to compress.... and writing this i just realized that that does explain why I can extract the files but not compress them XD Unfortunatelly I couldn't get the same UDF to do both. The UDF I'm using to compress is the one on this thread. The one i'm using to extract is one I found in a deutch autoit forum. I'm going to keep looking. Thanks for your help. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted November 23, 2012 Moderators Share Posted November 23, 2012 AtomR, The OP has long left the forum and it seems his site has been taken over. A pity as he wrote some good stuff. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
AtomR Posted November 23, 2012 Share Posted November 23, 2012 I had to use a work around. Rename all extensionless files to a fictitious extention before archiving and reverting the process when extracting. it's working for now ^^ Thank you for all your help. Link to comment Share on other sites More sharing options...
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