How can I convert this settings into command?
Here are the results:
// Manual Compression (see the image above)
Compressed Size: 12,647,451 bytes
// Ultra
7z a -t7z Files.7z -mx9 -aoa
Compressed Size: 12,676,886 bytes
// LZMA2
7z a -t7z Files.7z -m9=LZMA2 -aoa
Compressed Size: 14,237,515 bytes
I am looking here:
https://7-zip.opensource.jp/chm/cmdline/switches/method.htm
I am about to put this in a batch file.