Tagged Questions

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
565 views

extract a rar file by c code [closed]

Possible Duplicate: opening a rar file by c I have to extract a rar file using c code. First I tried out to find the libraries. I got it from http://www.unrarlib.org/. But it was built in ...