Page 1 of 1

Unable to get post delete script to work.

Posted: April 9th, 2010, 9:51 am
by kl1k
I've got the following script

Code: Select all

@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.

Re: Unable to get post delete script to work.

Posted: April 9th, 2010, 7:12 pm
by sweetie
In Config>General>Cleanup list you can do this.

Re: Unable to get post delete script to work.

Posted: April 13th, 2010, 10:49 am
by kl1k
Awesome - thanks. Works perfectly. sabnzbd just got even better! :)