33
11
I received 3 emails each containing part of a zip file. The extensions end in .z00, .z01 and .z02. (Emailed as such to get around the typical 10Mb attachment limit per email.)
I have put all 3 files into one directory.
I can use both 7-zip and WinZip to open the first file (the .z00 file) and it lists the contents of the zip but when trying to extract the files both programs are reporting errors.
What is the least error prone way of reassembling this zip and getting to the files?
Many of the answers point out that all you should need to do is unzip the first file while the others are in the same folder (and that concatenation should not be required). I remember split files where the first (or last?) file was .zip instead of .z##. Changing the file extensions to match that pattern might get it working properly. (Try changing your .z01 to .zip, and if that does not work, try also changing your .z02 to .z01 and your .z03 to .z02. If that doesn't work, try ending the series with .zip (starting with either .z01 or .z00). – A.M. – 2013-07-16T16:05:43.387