|
Hello Phil
I would like to rename files located in one folder and its many sub-folders.
I got the command for renaming the files in one folder, but I don't succeed when I move up one folder.
This is the command I am currently using. It renames the files to 'DateTimeOriginal.X3F' (just the way I want the result to be):
exiftool "-FileName<${DateTimeOriginal}.x3f" -d %Y-%m-%d_%H-%M-%S *.x3f
How would I have to enter the command so that all files in folder '\11_27 Death Valley\' (and its sub-folders) will get renamed to 'DateTimeOriginal.X3F'?
Is there a switch like -r (recursively) or do I have to provide a filelist?
Many Foldernames contain spaces.
Help is highly appreciated, many thanks in advance.
Hans
|