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
Shell extension compress to with date/template
-
I frequently have to generate zip-files from folders. I do this using compress to xx and then renaming xx.zip to xxYYYYMMDD.zip where YYYYMMDD is the current date.
A more generic approach would be some template mechanism. A bit like php-date command. For example:
current time: year (%Y), month (%M), day (%D), hour (%h), minute (%m), second (%s)
newest time of file or folder in zip: %LY, %LM, %LD, ….
time of selected folder: %SY, %SM, %SD, …
an automatic increment: %I (if creating a zip file twice a day without overwriting it).
base name of selected: %N
extension of selected: %E
compressed file default extension: %Cmy job would be solved by: %N %Y%M%D.%C
but %LN %LY%LM%LD-%I.%C would also be nice. -
Sorry, it is not clear from your post.
Are you requesting this for PA (GUI) or for PACL (command line) version?
PA(GUI) would have to be extra “options” dialog.
PACL parameters for archive naming control could be useful.
-
My idea was for PA, especially as explorer context menu entry.
But for PACL it would be nice, too.