05-25-2014, 11:56 AM
Hi All,
We have created macro to unzip file.
Find below code
str sw
str zf="E:\CTM\CTM.zip"
zip- zf "E:\CTM\Test" 0 sw
out "Done"
It is working fine on my system, but if we execute it on production server we are getting below error message
"Unable to load qmzip.dll"
Please let us know the exact problem.
Thanks in advance.
Regards,
Manoj
We have created macro to unzip file.
Find below code
str sw
str zf="E:\CTM\CTM.zip"
zip- zf "E:\CTM\Test" 0 sw
out "Done"
It is working fine on my system, but if we execute it on production server we are getting below error message
"Unable to load qmzip.dll"
Please let us know the exact problem.
Thanks in advance.
Regards,
Manoj