View Single Post
  #11  
Old 07-10-2013, 01:52
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@Pulcione86

Split your files. For example create 2 folder. 1 and 2. Copy line in compress.bat then for 1 change to C:\1\* for 2 C:\2\* etc... Easy.

Code:
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-1.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\1\*"
arc a -lc8 -ep1 -ed -r -w.\ Data\Setup-2.bin -mprecomp+srep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "C:\2\*"

Last edited by Kurutucu; 07-10-2013 at 01:54.
Reply With Quote