|
|||||
Batch renaming file extensions – Tech Support Guy Forums1 comment to Batch renaming file extensions – Tech Support Guy ForumsLeave a Reply |
|||||
|
Copyright © 2012 LosByers- Interesting Musings Helpful Hints from a Unix System Administrator - All Rights Reserved |
|||||
I have a bunch of files in a folder and I need to set the correct file extensions for these files.
The file name scheme looks like this.
0001 IMG – Description [year].JPEG
The appended ones needed to be removed in order for the right software to be associated to the file type. I used the REN command in CMD to remove it.
Code:
ren *.JPEG *.jpg
After doing this the file names changed to something like this:
0001 IMG – Description [year].jpg