View Single Post
  #1  
Old 17-04-2021, 07:19
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
Make zip from command line

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:

Reply With Quote
Sponsored Links