Page 1 of 1

Arithmetically add number to file name

PostPosted: Mon Feb 02, 2015 1:53 am
by bowpet
I'm working with picture files named by a Nikon camera, in the form of DSC_0096, etc. I would like to add 988 to the number in the file name so that DSC_0096 becomes DSC_1084, and then increment that change through a list of files. Any ideas? Thanks for your help.

Re: Arithmetically add number to file name

PostPosted: Mon Feb 02, 2015 8:02 am
by Admin
You could first remove all the numbers after _ with Remove (5) and then use Numbering (10) starting from 988 ?