Quote:
Originally Posted by JacksMafia
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.