Hi. I have files in a directory with names like:
1.tif
2.tif
3.tif
.
.
.
n.tif
I need to rename these files to YYYYMMDD_SEQ_CTR.tif, where 'YYYYMMDD' = date (duh), 'SEQ' = a pre-assigned sequence number, and 'CTR' = a counter that I just increment for each file in the dir. So, I have the...