Hello,

Say I have a file that is 20 gigs or whatever god-awful size, and I need to compress it into some number of 630 mb chunks(or whatever size I choose). Is there a DLL or something I can use to write the data to a compression routine until the size of the compressed file equals 630mbs, and keep doing it until the entire data file has been compressed into chunks?

Any ideas?

Thanks,
Sean