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?