exiftool: renaming pictures
rename pictures according to their exifdata time stemp:
[code]
exiftool "-FileName<CreateDate" -d "%Y%m%d_%H%M%S_%%c.%%e" .
[/code]
http://www.sno.phy.queensu.ca/~phil/exiftool/#filename
rename pictures according to their exifdata time stemp:
[code]
exiftool "-FileName<CreateDate" -d "%Y%m%d_%H%M%S_%%c.%%e" .
[/code]
http://www.sno.phy.queensu.ca/~phil/exiftool/#filename