I've removed these things for the purpouse of running psexec scripts with nircmd to turn off remote monitors and other various tasks , so I decided to polish it for my sabnzbd setup.
I thought I'd share

Take this as a basis : http://wiki.sabnzbd.org/howto-associate
But add this in the mix : http://www.commandline.co.uk/chp/
The only thing you need to do is download chp.exe , put it somewhere , in this case "C:\Users\Someone\Documents\Utils\chp.exe"
and change this line in step 2 from
ftype NZBFile="d:\bin\nzb-copy.cmd" "%1"
to
ftype NZBFile= "C:\Users\Someone\Documents\Utils\chp.exe" "d:\bin\nzb-copy.cmd" "%1"
PS: Windows malicious software removal will cry about that thing since it could potentially be used to run batches in the background

Hope this helps alleviate someone's ocd
