View Single Post
  #5  
Old 08-08-2012, 21:21
JacksMafia's Avatar
JacksMafia JacksMafia is offline
Registered User
 
Join Date: Feb 2010
Location: USA
Posts: 127
Thanks: 65
Thanked 19 Times in 15 Posts
JacksMafia is on a distinguished road
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

Last edited by JacksMafia; 08-08-2012 at 21:31.
Reply With Quote
The Following User Says Thank You to JacksMafia For This Useful Post:
Behnam2018 (30-01-2020)