09-02-2013, 01:35 PM
Command line from the terminal.
This is what I use:
http://gotofritz.net/blog/tutorials/batc...line-os-x/
You have to jump through some hoops to install it (more than a double click), but once it's installed, all you need to remember is this command:
find . -name "*.rar" -exec unrar -pSECRET -y -ad x {} \;
This is what I use:
http://gotofritz.net/blog/tutorials/batc...line-os-x/
You have to jump through some hoops to install it (more than a double click), but once it's installed, all you need to remember is this command:
find . -name "*.rar" -exec unrar -pSECRET -y -ad x {} \;