Dos script to rename files [Solved]
Navigate to the folder with the files to rename in dos, then run this: rename *.jpg *.mp3 You'll have to do it one folder at a time. You could probably build a batch file to run this command in every folder under some root folder....