[AccessD] OT: (kinda) WinZip Question.

Stuart McLachlan stuart at lexacorp.com.pg
Thu Sep 16 11:00:34 CDT 2010


Not in a single step. You can only split an existing zip into chunks.

If you haven't done so already, download the command line interface from
http://www.winzip.com/downcl.htm

Then in your batch file:

wzzzip  myzip.zip myfile.ext  -e0
wzzip -ys102400 myzip.zip mysplit
del myzip.zip


This will 
a: create myzip.zip uncompressed from myfile.ext
b. split myzip.zip into files myslit.z01, mysplit.z02 etc  each 102400KB (100MB) in size
c. get rid of the temporary myzip.zip

-- 
Stuart

On 16 Sep 2010 at 10:06, Robert wrote:

> Does anyone know if this is possible:  (on a windows 7 32 machine)
> 
> WinZip (Latest Version)
> 
> Zip a multi-GB file into a 100 Meg Segmented, non compressed zip using
> a .bat file?
> 
> The .bat file is the "problem".
> 
> WBR
> Robert
> 
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 





More information about the AccessD mailing list