Skip to content

Instantly share code, notes, and snippets.

@blackbing
Created October 11, 2012 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackbing/3870113 to your computer and use it in GitHub Desktop.
Save blackbing/3870113 to your computer and use it in GitHub Desktop.
auto organize photo by datetime(Windows command)
"exiftool(-k)" -d %%Y-%%m-%%d "-directory<createdate" *.jpg
"exiftool(-k)" "-FileName<${DateTimeOriginal}_$Model.%%e" -d %%Y-%%m-%%d_%%H-%%M-%%S%%%%-.c .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment