Archive for the ‘windows’ Category

recursive unrar

Monday, February 25th, 2008

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