Tag Archives: batch
Batch extract a directory full of split RAR archives “part1″, “part2″
If for some reason you have a directory full of RAR archives, and each is split into parts, extracting them individually can be a pain. If you just type “unrar *” into the terminal, you will extract each file multiple times depending on how many “parts” it has. First, install the “unrar” package:
sudo aptitude install [...]
Windows 32 (x86) or 64 (AMD64) detection in batch files