Search found 5 matches

by vertigo
April 12th, 2019, 4:20 am
Forum: Post-Processing Scripts
Topic: Parameters
Replies: 7
Views: 4209

Re: Parameters

Well, I did some more testing and verified that the scripts were in fact running, so then I tried setting the download itself to run the script instead of setting the script to run on queue completion, and that made it work as expected. While this isn't terribly surprising, since, as I mentioned bef...
by vertigo
April 10th, 2019, 12:28 am
Forum: Post-Processing Scripts
Topic: Parameters
Replies: 7
Views: 4209

Re: Parameters

That's what I thought, but there's nothing there either. I checked the log file and it says it ran the script, but aside from that there's no evidence that it actually did. I know it can run them, since mine ran, so I'm not sure what the deal is.
by vertigo
April 9th, 2019, 1:26 pm
Forum: Post-Processing Scripts
Topic: Parameters
Replies: 7
Views: 4209

Re: Parameters

I tried it but it didn't run AFAICT. I added a pause at the end to keep the window open, but when the queue finished, no window opened.
by vertigo
April 9th, 2019, 12:31 pm
Forum: Post-Processing Scripts
Topic: Parameters
Replies: 7
Views: 4209

Re: Parameters

It works exactly as expected if I do that, both with and without quotes around the parameters. Basically, it looks like SAB isn't actually passing any parameters.
by vertigo
April 9th, 2019, 11:17 am
Forum: Post-Processing Scripts
Topic: Parameters
Replies: 7
Views: 4209

Parameters

I'm trying to make a script to run upon download completion to, depending on its location, either run a couple command lines on it then move it or run a single command line on it, but I made a test batch file to write the parameter and environmental parameters I might need to a text file to see what...