View Single Post
  #583  
Old 03-08-2012, 16:43
BAMsE's Avatar
BAMsE BAMsE is offline
The World Is Yener's
 
Join Date: Mar 2011
Location: in front of the monitor
Posts: 344
Thanks: 49
Thanked 271 Times in 91 Posts
BAMsE is on a distinguished road
lupetto77 you should place arc.exe (0.67), precomp.exe plus its files (0.4.2), srep.exe (3.0) and arc.ini included in yener90's setup.cab altogether in one folder.
Now create bat file
Code:
arc a -ep1 -r .\OUTPUT_ARCHIVE_NAME -mprecomp:v+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "PATH_TO_BE_COMPRESSED"
And that's all

You can add compressor options separated by ":" to the commandline:
Code:
precomp:v:i556565
means
Code:
precomp -v -i556565