[Originally posted by exiftool on 2008-01-03 14:07:49-08]Assuming that the images on g:\flashcard aren't in subdirectories, the
following command should do what you want. Basically, this command
is entered as if you are processing the CR2 images, then the
-srcfileoption is used to process the JPEG images instead:
exiftool -overwrite_original -tagsfromfile @ -r -ext CR2 i:\DCIM -srcfile g:\flashcard\%f.jpg
But things get a bit more complex if the images are in subdirectories
inside g:\flashcard because then you would have to extract the
appropriate part of the path using a srcfile something like
"g:\flashcard\%.7d\%f.jpg" instead.
I hope this helps.
- Phil