ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: pedroparamo on October 30, 2013, 09:28:19 PM

Title: renaming all files in a folder and setting keywords
Post by: pedroparamo on October 30, 2013, 09:28:19 PM
I want to rename all the files in a folder and set the keywords at the same time.  I've tried

exiftool -Filename=7282013-%.nc.%e -keywords=EXIF -keywords=editor C:\test

but that just makes copies of the files and renames the copy?  What about if I also wanted to set the copyright info at the same time?

Thanks.

Pedro
Title: Re: renaming all files in a folder and setting keywords
Post by: Phil Harvey on October 31, 2013, 07:05:00 AM
Hi Pedro,

Use the -overwrite_original option if you don't want the copies, and -copyright="Pedro" to add a copyright.

- Phil