First off - Beyond Compare is a fantastic product! Thanks!
I'm trying to rename numerous files at once. It appears as though using Regular Expressions is my best bet, but I'm having trouble controlling the complexity of them. The help files don't lead me down the right path either.
For example, I'd like to change files:
TEST.123
ABC.456
to
FOO.TEST.123.done
FOO.ABC.456.done
I'm trying to rename numerous files at once. It appears as though using Regular Expressions is my best bet, but I'm having trouble controlling the complexity of them. The help files don't lead me down the right path either.
For example, I'd like to change files:
TEST.123
ABC.456
to
FOO.TEST.123.done
FOO.ABC.456.done
Comment