recursive unrar

Go into the root dir of your archived files (the new files will be placed here), open your command prompt and execute this:

C:\> for /R %i IN (.) do "c:\program files\winrar\rar.exe" x %i/*.rar

Tags: ,

Leave a Reply