Rename

Double click dirn.bat in photos directory to run it. I will produce a directory listing called photos.txt containing details of the jpeg files in the folder.

Four alternative lists are produced to identify the photo ...

  1. from the file date so that files may be sorted, captioned and identified by the date and time, even after editing.
  2. from the android filename containing the date and time.
  3. Template in alphabetic order for most cases and number order for files with numbers at the end of the filename.
  4. Thumbnails for recent or embargoed page based on page filename convention. Last alphabetic item normally a panoramic 500x200 promo image numbered "00".

Text here
dirn.bat

ren "*.jpeg" "*.jpg"
dir "*.jpg" > "photos.txt" /OD