Vuze Forums

Full Version: Using unrar (OS X)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I'm trying to write a simple script to auto-exstract rar files using unrar on OSX. I'm able to successfully execute below command manually, but it always fails to run when script is exectued by Vuze.



Code:
find $dir -name *.rar -exec unrar x -o+ -y {} $NASMOVIE$folder \;
(above is one line of a slightly larger script)

Can anyone think of a reason or point me in the right direction?

Thanks
Nikolaj