0
votes
2answers
340 views
extracting zip with winrar command line?
While trying to extract zip files i get the error
c:/path/name.zip is not RAR archive
No files to extract
my code is
p.StartInfo.FileName = @"C:\Program Files\WinRAR\rar.exe";
…
0
votes
4answers
93 views
What is the command-line for rar and unrar?
Hi.
What is the command-line for rar and unrar?
I need to rar test.txt to test.rar, and to unrar test.rar to test.txt.
I need to put this functionality in a C# WinForm.
I have Windows XP and …
0
votes
1answer
19 views
get a list of files with winrar command line
I want to get a list of files and preferably uncompressed file size via winrar command line. How do i do this? and how do i do this with a password? From the doc it looks like i use -pPASSWORD
0
votes
1answer
67 views
Command to zip a file using the commandline using WinRar [closed]
Hi,
I looked for the answers in the list and did not find any matching. Can any body please,m let me know that what is the command that can be used to zip a file using winrar in the command line and …
0
votes
3answers
157 views
Excluding .svn directories with WinRar
I have a PowerShell script I use for creating distributions that copies compiled files from a few places and zips them up with winrar. In the script, I change to a directory containing the folders I …
