--------------177E4A65D8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Juanita Fischer wrote:
>
> The last two mail files I downloaded and tried to import gave an unpack
> failed message. Running pkzipfix does not solve the problem. Is there
> any way to recover and use these files? Thanks.
Attached is a small batch file I developed just for this use.
I'm finding a lot of CRC errors, apparently caused by problems
with zip on the provider's shell.
So far, I have not noticed any problems with 'rezip'ped batches,
after import to Yarn; but rezipping locally makes a zip file that
does not cause an error for yarn.
--------------177E4A65D8
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="Rezip.bat"
pkunzip %1
del %1
pkzip %1 *.msg areas
del *.msg
del areas
--------------177E4A65D8--