Created
June 3, 2016 11:09
-
-
Save abakum/45eb19c7a75c8d61a3b5630544c99361 to your computer and use it in GitHub Desktop.
EXIFtool helper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set codePage=1251 | |
chcp %codePage%>nul | |
"%~dpn0.exe" -charset cp%codePage% %1 | |
pause |
Author
abakum
commented
Jun 3, 2016
- load http://www.sno.phy.queensu.ca/~phil/exiftool/ (f.e. http://www.sno.phy.queensu.ca/~phil/exiftool/exiftool-10.19.zip)
- rename exiftool(-k).exe to exiftool.exe
- place exiftool.bat near exiftool.exe
- copy link of exiftool.bat to %USERPROFILE%\SendTo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment