Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!
all groups > c# > november 2009 >

c# : WinRAR or WinZip


Pengyu
7/27/2003 8:01:45 AM
How to call up WinRAR or WinZip to decompress files
without bring up WinRAR or WinZip windows? Just like
the "Extract here" if you right click an rar/zip file
using your mouse.

Thank you very much in advance,

Noah Coad [MVP .NET/C#]
7/27/2003 10:17:43 AM
There are ZIP libraries that allow you to directly code in zip functions.
You can also call WinZip via the command line with many options using the
"WinZip Command Line Add-on". I use it quite a bit and it works great.

http://www.winzip.com/wzcline.htm

-Noah Coad
Microsoft MVP & MCP (.NET/C#)


[quoted text, click to view]

Pengyu
7/28/2003 7:23:12 AM
Thank you very much for all your kind responses.
Here is what I am doing now. I use WinRAR, which I think
is more flexible and open than WinZIP.

string WinRAR_Path = find where is WinRAR installed.
System.Diagnostics.Process.Start(WinRAR_Path, "E -y
__FILE_NAME__");

Pengyu.


[quoted text, click to view]
Martin Plante
7/28/2003 9:34:06 AM
You can also take a look at Xceed Zip for .NET

http://www.xceedsoft.com/products/ZipNet/

--
Martin Plante
Xceed Software Inc.
http://www.xceedsoft.com

[quoted text, click to view]

Marc Scheuner [MVP ADSI]
7/28/2003 10:10:58 AM
[quoted text, click to view]

If you're using the WinZip format, you could also use the Sharp ZipLib
for manipulating ZIP archives without needing to call out to external
utilities.....

http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

Marc
================================================================
Marc Scheuner May The Source Be With You!
Raghavendra
11/23/2009 12:45:04 AM
How to call up WinRAR or WinZip to compress and Decompress files without bring up WinRAR or WinZip windows?

Just like the "Extract here" if you right click an rar/zip file

From http://www.google.co.in/search?hl=en&source=hp&q=How+to+call+up+WinRAR+or+WinZip+to+decompress+files+without+bring+up+WinRAR+or+WinZip+windows?+Just+like+the+"Extract+here"+if+you+right+click+an+rar/zip+file&meta=&rlz=1R2GGLT_enIN328&aq=f&oq=

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button