That works really great, thanks. I have some quick questions though:
I’d like to save the files with different filenames, IE:
Picture01.jpg becomes Picture01-tn.jpg
Picture02.jpg becomes Picture02-tn.jpg
So I rename it as -tn in the Save Dialog and then stop the action. Then when I run the Batch thing it tries to name them all as:
Picture01-tn.jpg
And then prompts me asking if I want to overwrite it every time instead of just appending -tn onto all of them. Any ideas how to fix that?