Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to code Winzip "Split" option...

Status
Not open for further replies.

JBG

Programmer
Oct 22, 2001
99
0
0
US
I am using this code:


to progammatically zip files (the code works perfect).

However, several of the files I will need to zip need to be split into the smallest chunks possible.

Winzip 8.1 has an option called "Split" where the user can choose the size of the zip file. For example, choose the size 1.4M, and if you zip a 100M file, you will get approx 70 1.4M zipped files.

I need to do this programmatically.

If anyone has any info (sample code) on this....help!

Thanks,

JBG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top