Adding comments to Zip files
Adding comments to Zip files
(OP)
I have created a VBA routine that creates some files (based on user input) and moves them into a zip archive. I would like to fill in the zip file comments field when the zip file is created, but can't get the syntax right. Does anyone know the correct syntax for adding comments to zip files?





RE: Adding comments to Zip files
RE: Adding comments to Zip files
ReturnValue = Shell("C:\Program Files\WinZip\WZZIP.exe -m MyZipFile.zip MyFile.txt", vbHide)
RE: Adding comments to Zip files
http://www.winzip.com/downcl.htm
you can download winzip command line support. It is
an exe file. After download open with your winzip file
(not necessary the last version 9.0). Important open and
don't double click. When opened you can find the file
WZCLINE.HLP that contains all the attribute for
use in the command line.