Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Winzip & VB

Status
Not open for further replies.

CWebster

Programmer
Jun 12, 2002
38
GB
Is it possible to program VB to tell it to run certain programs such as Winzip?

I'd like to create a program that changes files before zipping them - or, at least, opening them in Winzip, ready for zipping.

A quick pointer in the right direction would be appreciated!
 
Hi,

You can use the shell command to run winzip from the command promt (see However wizip is not very nice form the command promt. You could use pkzip.
To make sure that the zipping process finished before the VB program continues, see faq222-428
Sunaj
'The gap between theory and practice is not as wide in theory as it is in practice'
 
Great, thanks for your help - I'll investigate when I get the chance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top