|
YESSSS, your 'Unix' suggestion works just fine.
Thank you very much, Phil.
This is the solution for those who may have a similar issue:
C:\>exiftool -tagsfromfile %d../img%5f.tif -exif:fnumber -exif:exposuretime -exif:datetimeoriginal
+-exif:createdate -@ c:\images\filelist-test.txt
/IMAGES/2008/01_05 Hotel Margna/converted/PTGUI/../img70021.tif
/IMAGES/2008/01_07 Maloja/converted/PTGUI/../img70038.tif
2 image files updated
C:\>
Comments:
- Filelist-text.txt contains full path/filename
- command can be issued from any 'DIR' level
Hans
|