UnRAR can also be obtained from WinRAR website
The batch file given below creates a folder under the name of the rar file being extracted and extracts the entire content of the folder
UnRAR.bat
@echo off
rem Extracting RAR files into folders
for %%a in (%1) do mkdir %%~na & cd %%~na & C:\UnRAR.exe x %%a
pause
To set UnRAR.bat as the default program for opening RAR files
- Right Click on an .rar file
- Click Open With
- Browse and select UnRAR.bat
- Check Always use the selected program to open this kind of file

Thanks
Debprakash
1 comment:
For me rar files are very important files.Because a lot of films,music and etc I have in them.And couple days ago I had problems with rar files.Fortunately in inet I found next application-repair a rar.It is very reliable to my mind and software is free as is known.It helped me very qucikly.In addition tool can also analyzes and extracts files of any format from rar archives.
Post a Comment