View Single Post
  #6  
Old 09-08-2012, 03:53
REV0 REV0 is offline
Banned
 
Join Date: Nov 2010
Location: Hawaii
Posts: 998
Thanks: 63
Thanked 1,851 Times in 292 Posts
REV0 is on a distinguished road
Quote:
Originally Posted by JacksMafia View Post
ok new question i will use external compressor but i still need the command line for compress a folder that contains a lot of sub-folders
so what to write ? cause if i wrote the path for it followed by \. it compress the contents but not the folders -files only- i need to know what code to write so it compress not just the files in the main game folder but also the folders in it which surly contains data
here is what i did

arc a -ep -w.\ .\Disk1\Data1.bin -msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8 "%choice1%\*" -x"%choice1%\GameAssets"
if ERRORLEVEL 1 goto arcfail

this will exclude GameAssets folder and should compress every thing else but it only compress the other files in the main folder but not the other folders

thanks for advise
You have to separate bin files for each folder. You cant compress 2 folder and it's contents i believe.
Reply With Quote
The Following User Says Thank You to REV0 For This Useful Post:
Behnam2018 (30-01-2020)