Hello - is there a way to use Exif tool to rename files that include Create Date Milliseconds. Below is the script I am using and would appreciate any guidance on what I would need to adjust in the script to include milliseconds. Thanks....
exiftool -ext jpg "-FileName<DateTimeOriginal" -d "%Y-%m-%d %Hh%Mm%Ss.%%e" "G:\Import Folder\Picture Possible Duplicates\New folder"
See this post (https://exiftool.org/forum/index.php?topic=2736.0).
It's an old post but the idea is still the same.