

exiftool.exe "-FileName


To extract all files in the current directory and place the extracted files in the same directory, use the following command: please note the "dot" at the end of the line meaning Present Working DirectoryĮxiftool -r -jpgfromraw -b -ext nef -w %d%f.jpg. Where SRCDIR is the base directory with your NEF's (without a drive specification!), and DSTDIR is a destination directory somewhere on a good disk. If you want to change the JPG filename, use any suffix you want on the commandline like this:Įxiftool -r -jpgfromraw -b -ext nef -w DSTDIR/%d%f_anysuffix.jpg SRCDIR Extract large JPEG images from all NEF's and write them in the same hierarchy in the destination folder.Įxiftool -r -jpgfromraw -b -ext nef -w DSTDIR/%d%f.jpg SRCDIR
