Do folders are automatically created?

Started by evilaro, September 16, 2012, 06:37:40 PM

Previous topic - Next topic

evilaro

Hi:

I might be wrong, but I feel that in a situalion like this, if the  E:\AAAA\DDDDD\EEEEE folder do not exist , the thumbnail.jpg
will not be created.


        exiftool.exe -b -JpgFromRaw  MYFILE   > E:\AAAA\DDDDD\EEEEE\thumbnail.jpg

Is there a parameter to create it...?

Not a big problem, jus t wanted to check.

Thanks

Emilio
www.evilfoto.eu
*************

Phil Harvey

Hi Emilio,

The redirection you are using here is a feature of the Windows cmd shell, and it won't create directories.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

evilaro

www.evilfoto.eu
*************