OS: Windows 8.1 Pro 64-bit
SABnzbd: 0.7.20 portable, run as administrator
Post-Process Only Verified Jobs: unchecked
Post-Processing Scripts Folder: c:\done.cmd
to keep this simple for testing, done.cmd is just:wiki wrote:Advanced users can specify a .cmd or .bat file (for Windows)
Code: Select all
@echo off
echo done
pauseresult: when a nzb completes, nothing happens
if I run it manually, I get the expected result. I tried it as a .bat too and there was no difference: manually it works, but with SABnzbd nothing happens.
I also tried specifying a folder containing done.cmd: c:\scripts but again there was no difference.
here are the most relevant log entries I could find:
- 2016-03-29 02:05:29,595::INFO::[postproc:85] Saving postproc queue
2016-03-29 02:05:29,596::INFO::[__init__:919] Saving data for postproc1.sab in C:\Program Files (x86)\SABnzbd\admin\postproc1.sab
2016-03-29 02:05:29,596::INFO::[postproc:677] Queue has finished, launching: None (None)
what am I missing?
