I would like to be able to unzip files from the command line (via a batch file in this instance) on a Windows Server 2003 machine that does not have WinZip installed.

It seems that three files are needed:

  • WZUNZIP.EXE
  • WZCLINE.DLL
  • WZCL32.DLL

However, I get the following error when I try to run WZUNZIP.EXE:

ERROR(C:\folder\WZUNZIP.EXE,139): WinZip is not installed. You must install WinZip in order to use the WinZip Command Line Support Add-On

Does WinZip (or just the WinZip command-line add-on) allow deployment via a simple file copy, or does it have to be installed with the full installer?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 3 down vote accepted

Try 7-Zip for this, the command-line version, specifically.

Extract with this command: 7z.exe e archive.zip

link|improve this answer
feedback

Since you don't need the WinZip GUI, just use Info-ZIP.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.