How to repair a spanned zip file?

The internal data and structures of spanned Zip files are identical to those of split Zip files. The only differences between them are the names of the parts of the file, that is:

Each part of a split Zip file has a different extension (such as ‘mysplit.z01’, ‘mysplit.z02’, etc., and ‘mysplit.zip’ for the last part). While all parts of a spanned Zip file have the same name (such as ‘myspan.zip’).

Therefore, the way to repair your spanned Zip files is just similar to that for split Zip files(assume your span file name is ‘myspan.zip’), as follows:

1. Create a temporary folder on your hard drive, assuming it is C:\TempFolder\.
2. Copy myspan.zip on the first zip disk to C:\TempFolder\ and rename it to myspan.z01
3. Copy myspan.zip on the second zip disk to C:\TempFolder\ and rename it to myspan.z02
4. Repeat step 3 until myspan.zip on all the zip disks have been copied to C:\TempFolder\ and renamed based on their order. Note the myspan.zip on the last zip disk does not need to be renamed.
5. Follow the instructions in repairing a split zip file to repair the spanned Zip file.