Is anyone using the addUnZip.DLL to unzip .ZIP files? If so have you figured out how to use the test option to test a zip file before unzipping it?
We occasionally get faulty backup zip files and they hangup the import program when we try to test them.
As an alternative is there another unzip option that will not hangup the system on a faulty .ZIP file?
Thanks,
Terry
addUnZip question
Re: addUnZip question
Terry,
We haven't tried testing zips, but what about running the command line version of winzip in a batch mode and testing the return value
Here's the screen output:
wzunzip -t wolfgang_grok
WinZip(R) Command Line Support Add-On Version 3.2 (Build 9715)
Copyright (c) 1991-2011 WinZip International LLC - All Rights Reserved
Zip file: wolfgang_grok.zip
Testing consignl.prg OK
No errors detected in compressed data of wolfgang_grok.zip.
We haven't tried testing zips, but what about running the command line version of winzip in a batch mode and testing the return value
Here's the screen output:
wzunzip -t wolfgang_grok
WinZip(R) Command Line Support Add-On Version 3.2 (Build 9715)
Copyright (c) 1991-2011 WinZip International LLC - All Rights Reserved
Zip file: wolfgang_grok.zip
Testing consignl.prg OK
No errors detected in compressed data of wolfgang_grok.zip.
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Retired and traveling around the country to music festivals in my RV.
OOPS.. Corona Virus, so NOT traveling right now...
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Re: addUnZip question
Hi Brian,
I had thought of that, but we receive hundreds of files each day and I had hoped to use the addUnZip testing just to streamline the process.
Terry
I had thought of that, but we receive hundreds of files each day and I had hoped to use the addUnZip testing just to streamline the process.
Terry
Re: addUnZip question
what is your Problem withTWolfe wrote:Is anyone using the addUnZip.DLL to unzip .ZIP files? If so have you figured out how to use the test option to test a zip file before unzipping it?
Code: Select all
FUNCTION TestUnZip()
greetings by OHR
Jimmy
Jimmy