up vote 0 down vote favorite
share [g+] share [fb]

Is there any good unrar tool for command prompt which also supports zip? and supports parts?

link|improve this question

79% accept rate
feedback

migrated from stackoverflow.com Oct 24 '09 at 16:46

This question came from our site for professional and enthusiast programmers.

3 Answers

7zip ? http://www.7-zip.org/ (plus it is free !)

link|improve this answer
feedback

Rar has a crossplatform command client which does all the things you need. On my linux desktop, syntax is as simple as:

unrar x myfile.rar

link|improve this answer
Doesn't support ZIP, though. – Joey Oct 24 '09 at 17:03
feedback

IZArc http://izarc.org is an interesting option as well, though not open source as 7-zip. Still free, as in beer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.