Bat file doesn't execute after queue finish
Posted: October 13th, 2010, 9:34 am
I've got a bat file in my scripts folder and set the option to run it after the queue finishes. However, it doesn't execute. The following is from the log file:
2010-10-13 09:10:18,108::INFO::[postproc:570] Queue has finished, launching: (MoveTV.bat)
2010-10-13 09:10:18,108::INFO::[__init__:597] Spawning external command D : \ D o w n l o a d s \ S A B n z b d \ S c r i p t s \ M o v e T V . b a t
I'm wondering if all the spaces in the command are actually being passed to the OS. That would obviously fail.
I'm running SABnzbd v0.5.4 on a Windows XP machine. I've run the script manually and it works fine. I've also added a line to the script to put a date/time stamp in a file each time it runs to verify it did or did not run.
2010-10-13 09:10:18,108::INFO::[postproc:570] Queue has finished, launching: (MoveTV.bat)
2010-10-13 09:10:18,108::INFO::[__init__:597] Spawning external command D : \ D o w n l o a d s \ S A B n z b d \ S c r i p t s \ M o v e T V . b a t
I'm wondering if all the spaces in the command are actually being passed to the OS. That would obviously fail.
I'm running SABnzbd v0.5.4 on a Windows XP machine. I've run the script manually and it works fine. I've also added a line to the script to put a date/time stamp in a file each time it runs to verify it did or did not run.