Robert
robert at servicexp.com
Sun Sep 19 22:05:25 CDT 2010
Stuart, you're a genius.. Opened my world upto what you can actually do via the command prompt!! Thank You!! WBR Robert -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Stuart McLachlan Sent: Thursday, September 16, 2010 12:01 PM To: Access Developers discussion and problem solving Subject: Re: [AccessD] OT: (kinda) WinZip Question. 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 > -- AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com