View Single Post
  #18  
Old 01-10-2013, 08:55
alley_u2's Avatar
alley_u2 alley_u2 is offline
Registered User
 
Join Date: Aug 2013
Location: India
Posts: 64
Thanks: 19
Thanked 42 Times in 21 Posts
alley_u2 is on a distinguished road
Quote:
Originally Posted by Joelz View Post
-How can i set that file will split after some size? I would like to that my installation will fit to 2 dvd 4,5GB. In you script i can only set compression level.

- Where can i find all possible parameters for precomp and compresion via your script?

-How can i find how much % less will be result of compressed file? I want to know how many DVD i will need.

- Last question. How can i add this to blackbox script?
Thank you for answers.
-Make a working folder. Put all your source files in that. Now spilt data in that folder in 2-3 parts. Then compress those splits seperately. Name your output files to setup-1 ...2...3 etc. Now you should have multiple small archives as per your purpose.

-All parameters for precomp can be found on the authors site. use arc.ini to edit the parameters

-You need to test it yourself because different source files will give you different results but option 3 & 4 should give you the least i.e precomp+srep

-Need to as the author of blackbox script (All compression except precomp should work)

Last edited by alley_u2; 01-10-2013 at 08:57.
Reply With Quote