cmd/exifcopy.bat

6 lines
209 B
Batchfile
Raw Normal View History

2022-12-24 03:54:59 +00:00
@echo off
2022-11-13 03:34:49 +00:00
rem First argument is the file to copy from.
rem Second argument is the file to copy to.
exiftool -overwrite_original -all:all= %2
exiftool -overwrite_original -TagsFromFile %1 "-all:all>all:all" %2