Skip to content

Instantly share code, notes, and snippets.

@abakum
Created June 3, 2016 11:09
Show Gist options
  • Save abakum/45eb19c7a75c8d61a3b5630544c99361 to your computer and use it in GitHub Desktop.
Save abakum/45eb19c7a75c8d61a3b5630544c99361 to your computer and use it in GitHub Desktop.
EXIFtool helper
@echo off
set codePage=1251
chcp %codePage%>nul
"%~dpn0.exe" -charset cp%codePage% %1
pause
@abakum
Copy link
Author

abakum commented Jun 3, 2016

  1. load http://www.sno.phy.queensu.ca/~phil/exiftool/ (f.e. http://www.sno.phy.queensu.ca/~phil/exiftool/exiftool-10.19.zip)
  2. rename exiftool(-k).exe to exiftool.exe
  3. place exiftool.bat near exiftool.exe
  4. 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