Unzipping files using winzip in command prompt

20,836

Place the ZIP file in quotes.

wzunzip -d "c:\wz_test.zip" c:\new

I had the same problem, (with underscore in my file name,) by doing the above, i solved my problem.

Let us know if you need any additional information.

Share:
20,836

Related videos on Youtube

user284261
Author by

user284261

Updated on September 18, 2022

Comments

  • user284261
    user284261 almost 2 years

    I am trying to unzip the files from an archive called wz_test at the command prompt, using the following command:

    wzunzip -d c:\wz_test.zip c:\new

    I am not able to unzip because it's saying that the file was blocked due to security zones. I tried to unblock the zip file but it's not working. It's not letting me to unblock it even though I have administrator rights.

    • EliadTech
      EliadTech over 10 years
      Can you post a screen shot of the error?