@echo off
cd /d %1
del /q *.sff *.sfv *.nfo *.nzb *.srr
In my categories I've selected clean.cmd which is supposed to delete all the extra files. However this does not appear to work. How can I go about troubleshooting this? Is the script right - I found it on the forums here. Someone else successfully used it.