Hi, could someone tell me please, is there a command line command for this, I have over 100 files inside a directory, each need to be rared/7-zipped separately at the compression ratio of best. Thank You.
It can be done. Grab and install WinRar. Then open Console Rar Manual (Rar.txt) and check the command line switches. Syntax is in the following form: Code: RAR <command> [ -<switches> ] <archive> [ <@listfiles...> ] [ <files...> ] [ <path_to_extract\> ] For example Code: -m5 will enable Best Compression...