View Single Post
  #9  
Old 09-08-2012, 12:39
Onizuka87k's Avatar
Onizuka87k Onizuka87k is offline
Registered User
 
Join Date: Oct 2009
Location: Italy
Posts: 96
Thanks: 31
Thanked 15 Times in 8 Posts
Onizuka87k is on a distinguished road
Quote:
Originally Posted by lupetto77 View Post
As I wrote above because I'm starting out with the command lines you may postarmi a full command line that compresses enough and as fast as possible in the extraction ... and above 100% working with the project Yener Thanks for the help
Try only the baseline:
Code:
-mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
something like:
Code:
arc a -r -w.\ Data.cab -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "Folder1\*" "Folder2\*" "Folder3\*"
(if this last example it compress 3 folders (and relative subfolders) because i don't know what do you want to compress (folders, files, etc..)! It's just an example!)

Last edited by Onizuka87k; 09-08-2012 at 12:43.