2
votes
2answers
65 views

Add a file to a different path in a zip file

I have a file that placed in the following directory: folder_A/another_folder_A/file_to_add.xml Now, what I want to do is simply add the file to a folder in an existing zip archive. For example ...
4
votes
1answer
254 views

Can I command 7z to skip compression (but not inclusion) of specific files while compressing a directory with its subs?

There is a feature of the WinRAR (for Windows) archiver I love a lot: it can be set up to skip trying to compress particular files (based on their extension (name pattern)) while including them into a ...