|
Can someone please point me in the right direction. I am am trying to rename files in the following format "MyText-DateTime-SequentialNumber.JPG" from the current DSC_0001.jpg. From the helpfile I have been able to figure out how to insert "MyText" and "DateTime" it is the sequential portion that is giving me problems.
C:\exiftool "-filename < CreateDate" -d -w -MyText-%H%M%-N%-.4nc.%e Dir
I would also like to be able to tell what the Starting point for the sequential number is. For example. Currently I am at Number 5002.... new renaming picks up from that point.
Thanks in advance.
|