recursive unrar
Monday, February 25th, 2008Go 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
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