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

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Winrar comes with Rar.exe command-line tool. You could use it in the following format:

Rar.exe l -pPASSWORD archive.rar

link|improve this answer
Great :D I had no idea what that meant in the documentation. But i know this could be done! :) – acidzombie24 Nov 6 '09 at 3:01
feedback

Your Answer

 
or
required, but never shown

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