Image-ExifTool - How to prevent scanning subdirectories?

Posted on Thu Jan 31 19:09:05 2008 by bogdan
How to prevent scanning subdirectories?
Assuming I'm inside "C:\xx" directory (aka working directory). This directory contains some image files and one or more subdirectories. Inside these subdirectories, there are image files too, of course.
Being inside working directory, normaly I would type (example):
exiftool -exif:iso *.*
-as assumed, this shows ISO values of all image files inside working directory. And as assumed, subdirectories are not scanned...
The problem is, if subdirectories contain point character in their name (their names are divided with point), then subdirectories are scanned too!?
Windows cmd-line syntax treats "*.* as "all files (only)" -subdirectories excluded. So, for example:
rename *.* *.jpeg -will rename all files inside working dir only (leaving subdir content untouched).

One could say (with exiftool), use dir syntax, like: "exiftool -exif:iso c:/xx/". In this case subdirs ain't scanned. But, when directories are deep nested and contain long names, then this is not very practical, though.
In short: is there some exiftool command for preventing scanning subdires? Something like "--r"?
Thank you for answering.

Bogdan
Direct Responses: 6980 | Write a response