in order to make a batch rename of a large set of images, I'm building my custom batch command.
I saw that it is possible to embed a script into the file names rules
This is one of the great advantages of PSU over its competitors.
So I put my own script in %code, in order to extract the last 4 digits of the numeric part of the file name.
I tried a script like this:
Code: Select all
result := RightStr(%FileNumber, 4);
Can anybody help me ?
Thanks in advance
Maurizio