Bridge Script to copy and move first image of filename set?
I have a folder with 1000s of images I'd like to grab the first image to make a thumbnail of.
For example, the images are named like this:
228837.jpg
228837a.jpg
228837b.jpg
228837c.jpg
228837d.jpg
I need to figure out a script that would pull the first image (non-alphabetical sequential). In this example, it would be 228837.jpg and would like to select all instances of non-alphabetical sequential and copy it to a folder called "thumbnails".
I've been searching and can't seem to figure it out. I would need it to check the active folder I'm in while in Bridge, and then throw into a sub-folder I'd call thumbnails. Any advice?