Unable to get post delete script to work.

Come up with a useful post-processing script? Share it here!
Post Reply
kl1k
Release Testers
Release Testers
Posts: 30
Joined: November 1st, 2009, 3:21 pm

Unable to get post delete script to work.

Post 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.
sweetie
Full Member
Full Member
Posts: 117
Joined: May 10th, 2009, 10:47 am

Re: Unable to get post delete script to work.

Post by sweetie »

In Config>General>Cleanup list you can do this.
kl1k
Release Testers
Release Testers
Posts: 30
Joined: November 1st, 2009, 3:21 pm

Re: Unable to get post delete script to work.

Post by kl1k »

Awesome - thanks. Works perfectly. sabnzbd just got even better! :)
Post Reply