I have this problem:
I rip photos from smartphones to one folder.
I need a script that puts files (photos) in the directories it creates.
The directory names that would be: year. month. day.
To create these folders, the script would have to use the image file property: Date Taken or get it by name. And one folder for a different number of files - sometimes for one and sometimes for several hundred.
The most common file names are (example):
20170325_104914 or
IMG_20170825_204256316 (phone dependent)
Is there anyone able to create such a script (the point is to save it in a .bat file)
I rip photos from smartphones to one folder.
I need a script that puts files (photos) in the directories it creates.
The directory names that would be: year. month. day.
To create these folders, the script would have to use the image file property: Date Taken or get it by name. And one folder for a different number of files - sometimes for one and sometimes for several hundred.
The most common file names are (example):
20170325_104914 or
IMG_20170825_204256316 (phone dependent)
Is there anyone able to create such a script (the point is to save it in a .bat file)