Add exifcopy.bat.
This commit is contained in:
parent
47f04cc668
commit
15c1beb0a8
1 changed files with 4 additions and 0 deletions
4
exifcopy.bat
Normal file
4
exifcopy.bat
Normal file
|
@ -0,0 +1,4 @@
|
|||
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
|
Loading…
Reference in a new issue