views:

160

answers:

1

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

+1  A: 

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

Rar.exe l -pPASSWORD archive.rar

Evgeny
Great :D I had no idea what that meant in the documentation. But i know this could be done! :)
acidzombie24