@echo off "c:\Program Files\Python\python" "c:\Unix\bin\exiftool" %1 %2 %3 %4 %5 %6 %7 %8 %9 rem ------------------------------------------------------------------------- rem 1. Check if python is in the path given in the commandline above rem ("c:\Program Files\Python"), and modify if necessary. rem 2. Edit the first argument ("C:\Unix\bin\exiftool") to point to where rem you placed 'exiftool'. rem 3. Place this file into a directory that is contained in your path. rem -------------------------------------------------------------------------