這裏有一個cmd.exe
批處理文件和它的運行結果:WZUNZIP -v 「不支持」
@ECHO OFF
SETLOCAL
SET "w=&echo."
FOR /f "delims=" %%i IN (%~f0) DO ECHO(%%i
ver%w%
ECHO(%PATH:;=&ECHO(%%w%
DIR *.zip%w%
DIR /s \wzunzip.exe \wzcline*.dll%w%
wzunzip -v ancient%w%
wzunzip -v ancient.zip%w%
GOTO :EOF
運行結果:
Microsoft Windows [Version 6.1.7601]
C:\executable
C:\batch
C:\Windows
C:\Windows\SysWOW64
C:\Window s\system32
C:\Program Files\WinZip
C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin64
C:\Program Files (x86)\Embarcadero\RAD Studio\9.0\bin
C:\FPC\2.6.2\bin\i386-win32
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
C:\Program Files (x86)\AMD APP\bin\x86_64
C:\Program Files (x86)\CollabNet
C:\Users\Public\Documents\RAD Studio\9.0\Bpl
C:\Users\Public\Documents\RAD Studio\9.0\Bpl\Win64
C:\Windows\System32\Wbem
c:\Program Files (x86)\Common Files\Acronis\SnapAPI\
c:\Program Files (x86)\Acronis\TrueImageHome\
C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static
C:\Program Files\TortoiseSVN\bin
C:\Program Files (x86)\RemObjects Software\Oxygene\bin
C:\Program Files (x86)\QuickTime\QTSystem\
C:\windows\System32\WindowsPowerShell\v1.0\
C:\opencobol\bin
C:\Program Files (x86)\OwlyCI
Volume in drive C has no label.
Volume Serial Number is 830B-46FA
Directory of c:\ttbackup\operational
20/04/2009 13:07 1,752,181 ancient.zip
1 File(s) 1,752,181 bytes
0 Dir(s) 129,259,110,400 bytes free
Volume in drive C has no label.
Volume Serial Number is 830B-46FA
Directory of c:\batch
15/07/2013 04:00 13,224 WZUNZIP.EXE
1 File(s) 13,224 bytes
Directory of c:\batchbackup
15/07/2013 04:00 13,224 WZUNZIP.EXE
1 File(s) 13,224 bytes
Directory of c:\Program Files\WinZip
15/07/2013 04:00 13,224 WZUNZIP.EXE
Directory of c:\Program Files\WinZip
15/07/2013 04:00 2,571,688 WZCLINE32.DLL
15/07/2013 04:00 3,084,200 WZCLINE64.DLL
3 File(s) 5,669,112 bytes
Directory of c:\Program Files (x86)\WinZip
15/07/2013 04:00 2,571,688 WZCLINE32.DLL
15/07/2013 04:00 3,084,200 WZCLINE64.DLL
2 File(s) 5,655,888 bytes
Directory of c:\Windows
15/07/2013 04:00 13,224 WZUNZIP.EXE
Directory of c:\Windows
15/07/2013 04:00 2,571,688 wzcline.dll
15/07/2013 04:00 2,571,688 WZCLINE32.DLL
15/07/2013 04:00 3,084,200 WZCLINE64.DLL
4 File(s) 8,240,800 bytes
Total Files Listed:
11 File(s) 19,592,248 bytes
0 Dir(s) 129,259,110,400 bytes free
WinZip(R) Command Line Support Add-On Version 4.0 32-bit (Build 10562)
Copyright (c) 1991-2013 WinZip International LLC - All Rights Reserved
ERROR: option v is unsupported
Program is terminating!
WinZip(R) Command Line Support Add-On Version 4.0 32-bit (Build 10562)
Copyright (c) 1991-2013 WinZip International LLC - All Rights Reserved
ERROR: option v is unsupported
Program is terminating!
翻譯,這是Win7家庭高級版,下面是我的PATH
,目錄。 zip文件,所有出現的目錄WZUNZIP.EXE
和WZCL*.DLL
。
I did有一箇舊版本WZCLINE.DLL
所以我用32位較新版本覆蓋它。這個WZCLINE.DLL
文件是否存在,運行結果不會改變。
顯示了兩次嘗試列表的結果。
我敢肯定,這用於早期版本。它被記錄爲與我使用的版本(Winzip 17.5)一起工作,但根據文檔,似乎沒有組合-v
開關。
我試過-v
和-V
和-vb
,-vr
,-vi
,-vm
,-vt
- 所有這些正是來自WZUNZIP
同樣的抱怨。
可悲的是,WINZIP已經開始不理我,第一次已經請求以下後:
Please provide some additional information.
- Please describe the exact steps you take to cause this problem to occur.
- What version of Windows and of WinZip are you running (you can check the
· WinZip version by clicking WinZip's Help, About WinZip menu item)?
- Are there any error messages that appear? If so, please include the full
· text of the error message and the title of the error dialog box.
- Does the problem happen consistently, or does it appear to happen randomly?
- Does it happen with all files, some files, or one file in particular? If
· the problem happens with one file in particular, can you tell me how to
· obtain a copy of the file?
- Are there any other applications running when the problem occurs?
Please provide the screenshot of the error message you are getting. Please use the following link which will gives you more information in this issue: http://kb.winzip.com/kb/entry/21/
大多數的信息是我給他們的報告,所以我真的沒有得到多大的希望有能力的支持。我唯一可以提供的信息是
是的,它發生在每個.zip上,我試過它。 - 點,點擊和傻瓜版本解碼這些文件沒有問題。
不,沒有其他事情發生在系統上。
7zip似乎愉快地列出內容。
所以 - 任何人都可以用WZUNZIP治好這個錯誤?如何獲取.zip文件的文件列表
我相信這應該對超級用戶要求,投票遷移。 –