1
I have this for a batch file. I know squat about batch files.
FOR /r %%x IN (*.BMP,*.GIF,*.JPG,*.PNG) DO REN "%%x" *.jpeg
Which works fine locally. I need this to work across multiple drives (c:,d:,e:,f:,g:,h:,i:,j:).
Any help would be greatly appreciated. Thank you for your time and effort.
Cheers!
Why do you want to change the file extension of different image types to .jpeg? Why do you even want to change .jpg files to .jpeg? .jpeg is an erroneous extension that shouldn't even exist. – paradroid – 2014-03-29T16:55:12.660