Skip to main content

All Questions

Tagged with
1 vote
0 answers
394 views

How do I keep WZZIP from creating a zip that makes a folder when unzipped?

I'm looking at an automated process (utilizing a "DOS" .BAT file) that creates zip files with a simple command like... wzzip [path][zip file name] [files to be zipped] "[files to be zipped]" above ...
Russ Perry Jr's user avatar
1 vote
1 answer
218 views

How to list specific dated folders in a root folder to use with wzzip (winzip) command line in my batch script?

What I am looking to do is, using winzip command line (wzzip) inside my batch script, and zip any folders that have 201409 (That is Sept 2014)(for example) in the folder name into one zip file. There ...
BetterWithFetter's user avatar
1 vote
0 answers
268 views

Programmatically uncheck Show Unzipped Files option for Winzip

I am in need of setting the “Show Unzipped Files” under Home > Unzip options to unchecked for the Winzip 16.5 . The default installation of winzip MSI set the “Show Unzipped Files” options as checked ...
user avatar