Anyone have example code or know of a tutorial of using Winzip to unzip a file to a specified directory without user intervention? (VB6)
Printable View
Anyone have example code or know of a tutorial of using Winzip to unzip a file to a specified directory without user intervention? (VB6)
You have to use Pkzip or something else other than Winzip Wayne.
Winzip doesn't support command lines :rolleyes:.
You can also use the infozip dll's.
Matthew, I thought there's a special Command Line version of Winzip... look at the site http://www.winzip.com and see
I went and looked around winzips site and found this
http://www.winzip.com/xcmdline.htm
Thanks all,,,that will get me started.