RAR Command Line Maximum Compression
- by Steve Robathan
I am writing a batch file to compress a folder using various archiving applications.
Currently I also use Winrar (X64) but manually set up the parameters
I would like to add rar to my batch
The folder concerned has many sub folders and I need to take this into account
What is the command line for the following keeping folder structure?:
Solid Archive,
Archive Format=RAR5,
Compression Method=Best,
Dictionary Size=1024MB
Many thanks