How to solve error in opening zip file on .CAP file

106 Views Asked by At

I want to verify a cap file using cmd on windows with

verifycap.bat

tool. I used the following command:

C:\Users\Mohammad\Desktop\VERIFY CAP\verifycap\bin>verifycap.bat imp.exp imp.cap > imp.hash

but the following exception error occurs: java.util.zip.ZipException: error in the opening zip file

Can anyone help me with resolving this error, please?

0

There are 0 best solutions below