Search found 4 matches
- April 14th, 2011, 1:22 am
- Forum: Post-Processing Scripts
- Topic: running multiple scripts?
- Replies: 5
- Views: 7541
Re: running multiple scripts?
Can anyone offer a little guidance on how to accomplish this in windows? I've tried using both batch files and python to call multiple scripts but haven't been able to get it to successfully pass the parameters.
- April 13th, 2011, 11:08 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Using python PP scripts?
- Replies: 3
- Views: 3259
Re: [Windows] Using python PP scripts?
Whelp, I certainly feel foolish. It turns out the python script has been running all along, but there was a syntax error preventing it from doing what I was expecting.
Everything seems to be working now.
Everything seems to be working now.
- April 13th, 2011, 10:14 pm
- Forum: Post-Processing Scripts
- Topic: [Windows] Using python PP scripts?
- Replies: 3
- Views: 3259
Re: [Windows] Using python PP scripts?
Thanks for checking anyways! Anyone else have any ideas? Is there a way to enable additional log details? Edit: So I found the log files located in the AppData directory and it shows that the script ran: 2011-04-13 20:09:42,002::INFO::[newsunpack:127] Running external script C:\progra~2\SABnzbd\scri...
- April 13th, 2011, 11:03 am
- Forum: Post-Processing Scripts
- Topic: [Windows] Using python PP scripts?
- Replies: 3
- Views: 3259
[Windows] Using python PP scripts?
I've been scouring the forums trying to get this to work. I know it should be possible, but for some reason it isn't working for me. I have Python installed and I've successfully added C:\Python27 to my PATH environment variable as well as .PY;.PYW to my PATHEXT environment variable. From a command ...