Tagged Questions
1
vote
1answer
4k 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";
...