How to rename Photos to EXIF Timestamp the easy(!) way
Here is the easy way to auto-rename your JPG filenames of entire folders or single files directly from Windows Explorer (see Screenshot on the right).
- Download the ExifTool by Phil Harvey (Windows Executable)
- Unpack the file “exiftool(-k).exe” somewhere (e.g. to “C:\”)
- Rename the file “exiftool(-k).exe” to “exiftool.exe”
- Open “Start” > “Run” and type “shell:sendto”
- Create a new Shortcut via right click: “New” > “Shortcut”
- Select the “exiftool.exe” in the correct folder
- Change the path to look exactly like this (except for the folder of course)
C:\exiftool.exe -d %Y_%m_%d_%H_%M_%S%%-c-%%f.%%e "-filename<CreateDate"
- Give the Shortcut a name (e.g. “Rename to EXIF-Date”)
- You can now select JPG files or entire folders in the Explorer and rename them automatically via right click: “Send To” > “Rename to EXIF-Date”
Simple, isn’t it?
P.S.: If you want to change the format of your output date format, here is the reference for the parameters: http://www.sno.phy.queensu.ca/~phil/exiftool/filename.html#codes
2010-06-29 at 8.44 am
Oh this tip is very useful for me thank you very much
2011-08-02 at 8.47 am
Great! Was exactly looking for this solution!