Changing one digit in a long list

J

jmp

I have about 1200 photos in a file and the date was listed as 070106-jpeg#
and I would like to change only the six to a seven without disturbing the
jpegs numbers because they are not sequencial. Is there a way?
Thanks in advance
Jim
 
B

Bob I

That's an operating system question, not Office.

At the command prompt in the directory the files are in you may do

REN 070106-*.* 070107-*.*
 
Top