Any ideas on zipping Files in VB??
Thanks
jason
Printable View
Any ideas on zipping Files in VB??
Thanks
jason
Take a look at this thread for zipping files.
thanks i'll take a look
all i really need to do is use shell and
zip one file with winzip
thanks again
jason
I tried, Winzip says it doesn't support Command line parameters. Pkzip does though. Command lines to pkzip are told in the thread above.
Thanks but all i can use is winzip
i'll play around with it
anyone have any ideas??
Thanks
jason
This opens up the winzip program and creates
a xx.zip file but does anyone now the commands
to add a file to this zip file??
r = Shell("C:\winzip\winzip32.exe C:\xx\xxx.zip", vbMinimizedFocus)
thanks
jb
Of course, Winzip can be loaded. But as I said, it won't accept command lines. See for yourself: go to Start > Run and type in Winzip /?. And it will tell you. Pkzip is your best bet or an active x control.
E-mail me at [email protected] and I'll send you a Control.