ExifTool Forum

ExifTool => Newbies => Topic started by: lmiol on June 25, 2023, 07:02:11 PM

Title: Move to folder after rename
Post by: lmiol on June 25, 2023, 07:02:11 PM
I am using this one
-Exif:DocumentName<$filename -tagsfromfile "img.jpg" "-filename<IMG_${DateTimeOriginal}-BURST%nC.%e" -d "Done/%Y%m%d_%H%M%S -fileorder filename .to rename files

How to move renamed files to folder Done, located same path as renamed files?
Title: Re: Move to folder after rename
Post by: StarGeek on June 25, 2023, 07:51:37 PM
Include the folder path as part of the rename.
"-filename</path/to/DONE/IMG_${DateTimeOriginal}-BURST%nC.%e"