I use shell function to call winzip to unzip file. My problem is I want it to show error if it get error such as the file that it try to open is not .zip.
This is my code :
procID = Shell("C:\Program Files\Winzip\Winzip32.exe -min -e -o -s c:\Temp\Myfile.Zip c:\Temp, , True)
At the moment the error message that I got is from winzip itself.
This is my code :
procID = Shell("C:\Program Files\Winzip\Winzip32.exe -min -e -o -s c:\Temp\Myfile.Zip c:\Temp, , True)
At the moment the error message that I got is from winzip itself.