Moving jpg files from multiple folders

I’ve got a drive containing about 4,000 jpg files. They’re all in different folders and sub-folders.
How can I automove them all into 1 folder? There are other files in the folders, but no matter, I only want the jpgs - all the jpgs.

I’m thinking that I’ve got to create a list of all the drive folder paths, and then create some kind of batch process to do repeated Move *.jpg commands or something. Or am I missing an easier way?

I’m wondering if you can just do a search for .jpg files, and then in the results list, select them all, cut, and paste.

Awesome lateral solution, worked like a charm - :thumbsup: :thumbsup: :notworthy:
I was nearly heading off into something far more complex there.

:thumbsup: Great tip!