Code: Select all
echo 1 - %1 >> file
Code: Select all
echo SAB_FINAL_NAME - %SAB_FINAL_NAME% >> file
Also, since it only runs on queue finish, and not after each download, does it keep track for each download and run it once for each one? Just seems like it would make more sense to do it after each individual download, especially since sometimes the queue doesn't finish for days if a bigger one is in it.
Of course, even if I get this working, it means it'll flash the command prompt window every time it runs, which I' prefer it didn't. I suspect that would be one of the benefits of a Python script, but I'm unfamiliar with that language. If someone could help write up a script to do what I need, it would be much appreciated.