![]() |
Make zip from command line
How do I make a simple zip file through 7z command line?
I am trying to replicate these settings: https://i.ibb.co/XZqjpLd/Capture.png I tried: Code:
7z a -bt -bb3 -mx=7 -mm=deflate outfile infilehttps://i.imgur.com/5d3sW0V.png It should look like this: https://i.imgur.com/IPurqll.png |
You can use tar.exe from windows itself
Code:
tar.exe -cf Archive.zip <InputDir> |
Quote:
|
Quote:
Decoded text shows PK & 7z is it the identifier.. EDIT: Clarified.! |
Quote:
I don't know if this resolves, take the test. Code:
7z a -tzip -bt -bb3 -mx=7 -mm=deflate outfile infile |
^^Solved...!
if u used tzip. |
Quote:
This makes the correct file. |
Why not use Info-ZIP instead? That's the open-source ZIP implementation.
|
| All times are GMT -7. The time now is 23:51. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com