View Single Post
  #22  
Old 10-08-2012, 08:59
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 JacksMafia View Post
ok guys here is another problem i got when moving on to 2 step
GameAssets folder contains 4 sub-folders i need to compress 2 of them to be .bin file and the other 2 to another .bin file
i used the code above but i ended with strange result which is compressing the GameAssets folder in the first bin file which i excluded it in the code like you see above and the compress the contents of the GameAssets folder
to another bin file
I don't understand your problem!
If you want to exclude GameAssets folder you need something like this
Code:
arc a -r -ep1 -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 -n"%choice1%\*" -x"%choice1%\GameAssets\*"
Reply With Quote