PDA

View Full Version : Using 7-Zip to just split files, not compress


raghuk
08-13-2012, 10:07 AM
Hello,

I'm trying to use 7z using VBP 7.5 to split the file, not compress. How do I achieve that?

I can do this in the 7-zip command line, but not sure how to do it VBP 7.5.

Any help would be appreciated.

Thank you!

kinook
08-13-2012, 10:23 AM
Based on this:
http://sourceforge.net/projects/sevenzip/forums/forum/45797/topic/3762571

I'm guessing that you would use the Add command and specify -v flags in the 'Additional options' field on the Options tab.

raghuk
08-13-2012, 02:09 PM
Actually, I'm already using -v.

I needed to see the "-mx0" option, which will package it without compression.

Thank yoU!