Here is renamer.cmd, located on the Post-Processing Scripts Folder.
Code: Select all
@echo off
set fullPath=%1
java SabnzbdRenamer %fullPath%
exit 0But, once a download is complete, nothing happens. The log show nothing related.
I think the script was recognized by SABnzbd, because it is shown on the Pre-queue user script dropdown menu.
Where should I look to get it working?

