djfurthur Posted July 1, 2003 Posted July 1, 2003 the extreme visual basic forum suggested that i come here and ask this question since it pertains to .net functions. i am trying to run winzip to unzip a file from visual basic. I was curious if someone knew the syntax to do such a thing using the process command. thanks, chris Quote
Administrators PlausiblyDamp Posted July 1, 2003 Administrators Posted July 1, 2003 (edited) Not sure if WinZip can be used that way, although you can download a command line version of winzip from http://www.winzip.com - that most definately can be used this way. Also http://www.icsharpcode.net have a free zip library you could use as well, works very nicely in fact. Edited April 12, 2007 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
*Experts* mutant Posted July 1, 2003 *Experts* Posted July 1, 2003 I never used WinZip from command line but there is a free GPL library that handles zips for .NET, check it out: http://www.icsharpcode.net/OpenSource/SharpZipLib/ Quote
djfurthur Posted July 1, 2003 Author Posted July 1, 2003 i am using the command line winzip to complete this project. I am not go with visual basic (either 6.0 or .NET), and i am having to port code from one version to another. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.