Is it possible to write a .bat-file that changes the names of all the files in a folder?
For example: if I have a bunch of jpegs in a folder that have random names:
File1.jpg
ScreendumpA2.jpg
Test13.jpg
And I would like to change them to something like this:
Picture001.jpg
Picture002.jpg
Picture003.jpg
Any help would be greatly appreciated.