:: Photos to Dir.bat :: 02/03/10 Rev 02/05/10 :: Drop a folder containing photos into this batch or copy photos from camera into "1" or copy containing folder and rename "1" :: Run this Batch if not using "drop" :: Result is New folders "YYYY-MM-DD" inside folder dropped or named "1" with originals unchanged @Echo off Setlocal If "%~1" EQU "" (Goto Skip) ELSE (Set Base=%~1) Set Tool="C:\Program Files\exiftool-8.09\exiftool(-k).exe" Start "" /wait %Tool% -o dummy/ -d "%Base%\%%Y-%%m-%%d" "-Directory