Compression switches
-
Hi I am developing a web page that has a functionality to zip and upload. For this i am using winzip and winrar. I need all the commands and switches used in the command line for Winzip and Winrar. For example: Winzip.exe a -ep1 -r myfile.txt myzip.zip I need what is the use of each switch like -a, -ep1, -r. Is there any good link for this? Gg
Gg
-
Hi I am developing a web page that has a functionality to zip and upload. For this i am using winzip and winrar. I need all the commands and switches used in the command line for Winzip and Winrar. For example: Winzip.exe a -ep1 -r myfile.txt myzip.zip I need what is the use of each switch like -a, -ep1, -r. Is there any good link for this? Gg
Gg
2 points.
- This is a .NET forum. How is this related to .NET?
- Why haven't you gone to the winzip/winrar sites for this information?
Deja View - the feeling that you've seen this post before.
-
Hi I am developing a web page that has a functionality to zip and upload. For this i am using winzip and winrar. I need all the commands and switches used in the command line for Winzip and Winrar. For example: Winzip.exe a -ep1 -r myfile.txt myzip.zip I need what is the use of each switch like -a, -ep1, -r. Is there any good link for this? Gg
Gg
Have you even thought of opening both those applications and hitting F1 to get the Help files for them?? I'm willing to bet that everything you're looking for is sitting right in front of you.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Have you even thought of opening both those applications and hitting F1 to get the Help files for them?? I'm willing to bet that everything you're looking for is sitting right in front of you.
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
2 points.
- This is a .NET forum. How is this related to .NET?
- Why haven't you gone to the winzip/winrar sites for this information?
Deja View - the feeling that you've seen this post before.
Sorry for posting here. I could not find details from winzip/winrar sites. And I am deleloping a web pages that has capability to compress files. And I am using .NET for this. And I hoped if someone may did this. That's why I posted here and I got the result. Thank you
Gg