Fred
Thu Jan 12 20:33:37 CST 2006
Before you release it, does ibjZip.ErrorCode tell you anything? It should
be 0 if there were no errors. If it's non-zero, then
objZip.ErrorDescription should give you some info.
--
Fred
Microsoft Visual FoxPro MVP
"clooney" <clooney.21jsy9@mail.codecomments.com> wrote in message
news:clooney.21jsy9@mail.codecomments.com...
>
> i know that i am in the false forum. i register the XZip.dll and want to
> unzip with a vbs-script. i got no error, but also no result. could you
> please help me?
>
> Set objZip = Wscript.CreateObject("XStandard.Zip")
> objZip.UnPack "D:\Temp\daten20060112.zip", "C:\Temp\"
> Set objZip = Nothing
>
> I try also with asp,
> Set objZip = Server.createObject("XStandard.Zip")
> the same
>
> thanks for your help and best regards,
>
> andy
>
>
>
> --
> clooney
> ------------------------------------------------------------------------
> Posted via
http://www.codecomments.com
> ------------------------------------------------------------------------
>