Tagged Questions
2
votes
2answers
287 views
Extract a JAR file, possibly with WINRAR on CL
I need to be able to extract jar files on the command line.
Piece of cake, you might say. Yes, except I need the extractor to rename same-named files.
To be specific, the Jar file has a file named:
...
1
vote
1answer
3k 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
1answer
798 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