Helo,
I use Exiftool on my mac because I want to rename my photos, and it works great!
My wife has a Windows 10 Laptop so I want to use Exiftool on Windows to.
Let's say I have a folder that contains 50 photos and I want to rename 10 of them.
On my mac I type in the command line:
exiftool -d "%Y-%m-%d %H,%M,%S%%-c" '-filename<${DateTimeOriginal} $Make-$Model Animal Swan.%e'
in Finder I select the 10 files and I drag those files to my terminal window, and hit enter and BAM! it works, because MAC OS Does understand that you can drag multiple files in a terminal window.
Back to my Windows laptop: Windows doesn't understand that I have 10 files selected that he needs to paste those 10 files in the command window (like MAC does),
instead of that Windows paste just 1 file.
is there a solution for this?