4
I need to separate a huge directory into multiple .zip files that are not interdependent on each other. So, instead of:
- file1.zip
- file2.z01
- file3.z02
I would like the following set of files instead:
- file1.zip
- file2.zip
- file3.zip
I wish to open each .zip file separately. Preferably I could state a maximum file size of 2GB per file that each of these .zip files will not exceed.
Anyone have a good idea?
what os? there's a few tools good for this for *nix based systems like dirsplit. – Journeyman Geek – 2011-05-09T16:00:34.387
mac and windows. This should be a relatively simple operation as it would be used by non power users. – Dan – 2011-05-09T16:04:09.440
would anyone give a more power user option? – Dan – 2011-05-09T20:33:32.160