I have batch-rename defined which does this:
Old Name
([0-9][0-9][0-9][0-9][0-9][0-9][0-9]_)(.)(..)
New Name:
\2.txt
It gets rid of 7 digits and a _ at the beginning of the filename
example:
2175650_TTC_-_Biology__The_Science_of_Life.txt
turns into
TTC_-_Biology__The_Science_of_Life.txt
This works fine in the rename process. But have not been able to create a button which would do the exact same thing for me.
Any solution for me?
Best regards!