Quote:
Originally Posted by Masquerade
How do I make a simple zip file through 7z command line?
I am trying to replicate these settings:
I tried:
Code:
7z a -bt -bb3 -mx=7 -mm=deflate outfile infile
However this still makes a 7z archive as shown by this hex editor screenshot:
It should look like this:

|
You must enter the zip format type on the command line.
I don't know if this resolves, take the test.
Code:
7z a -tzip -bt -bb3 -mx=7 -mm=deflate outfile infile