RenExif
Posted: Mon Sep 12, 2005 7:28 pm
RenExif 1.71 is a tool for renaming and batch renaming using the Exif data of JPEGs and AVIs.
It's very handy, standalone and Freeware.
Homepage only German - GUI and documentation English.
Here an example for a script "rename-exif.cmd", which can be fed via "Send to":
Thanks to Bernhard for the script!
It's very handy, standalone and Freeware.

Homepage only German - GUI and documentation English.
Here an example for a script "rename-exif.cmd", which can be fed via "Send to":
Code: Select all
set DestDir=C:\Pictures\Renamed
%~dp0RenExif.exe /F:"'%DestDir%'yyyymmdd\yyyymmdd_hhnnss" %1\*.jpg %1\*.avi /D /O
Thanks to Bernhard for the script!