Winrar command line compression ratio

command linecompressionwinrar

I have a Winrar command line that look like this:

"c:\Program Files\WinRAR\WinRAR.exe" a -afrar -s -m5 "e:\output.rar" "e:\foldertozip"

The folder that I am compress by default is 9.08MB. The compression file output is 7.62MB. But if I try to right click the folder and select Add to "foldertozip.rar", the compressed file size is 1.35MB.

How can I achieve that high compression ratio with command line?

Best Answer

Use rar.exe instead of winrar.exe with -m5 parameter (max compression).