
Unzip Multiple Passworded RARs
What?
This is how to unzip multiple RAR files, each of which have the same password. Perhaps someone gave you a hundred RAR files with important files in, and passworded them all. You don't want to have to copy+paste the same password in a hundred times now, do you?
How?
- Move rar.exe from the C:/Program Files/WinRAR to C:/WINDOWS.
- Open up the Command Prompt and navigate to the folder you have the RARs in using the dir command.
- Type the command: "rar x *.rar -p"
- The command prompt will then ask for your password, type it in and wait for the files to extract. Done!