Can you include .3MF to the list of re-compressible formats? Its structure is similar to MS Office 2007 documents and Open Document Format. It is a ZIP Deflate archive with XML data and some JPG, and/or PNG pictures inside. Otherwise, if I try to compress .3MF it bearly makes it smaller unless I recompress .3MF to the Store setting then it makes it a lot smaller.
Wish they all would move to 7zip ZSTD in the first place so that the optimized file size with FileOptimizer would be 50% of the ZIP Deflate version. And there would be no extra compression needed :)
I noticed that the option to add the optimize archive function to the context menu is missing on Windows 10.
Opening each archive with the interface in order to click it becomes tedious with many files.
Same for others functions like Remove Archive Encryption
Advanced batch archive creation options
-
Would be nice and usefull to be able to have more options when doing “batch archive creation”, for instance:
- use wildcard (*,$,etc…) for file selection/non-selection
e.g.: select *.log
select all except *.zip - automatically delete source file after compression
- select file older/younger than x days
- select x older/newest files
- delete file older than…
- going recursively into sub-directories… or not
All this would allow to easily maintain, compress, for instance, a log directory which do not compress results.
- use wildcard (*,$,etc…) for file selection/non-selection
-
Coomand line version (PACL) can do all that (although may need DOS batch files to do the deletions).
-
Coomand line version (PACL) can do all that
My request/wish was of course a request for the GUI…:rolleyes:
BTW, unfortunately, command line suffers :( from the same big limitation than the GUI: “-r” works only if we use . as file selection. It is not possible to use wildcards (for instance “*.log”) and “-r”
I’m currently doing all this via script and command line, but aggregate all this in PA would be nice and easier.