Dynamic Renamer 1.12

Hi. I run the script and it crashes dopus. Is there a newer version?

It's probably the third party Perl stuff crashing. Is there a crash dump created? We can use that to confirm if the problem is the script, Opus or the version of Perl that you've installed.

(Sticking to scripts that use JScript or VBScript -- the two languages built in to Windows -- is generally less painful.)

Thanks Leo. I have removed the 3rd party script. Is there another way to achieve this multi rename functionality?

What kind of thing do you want to do?

Use multiple steps to rename files eg: replace dots with spaces + keep dots in between numbers + remove certain text + remove space at start and end etc

You can do that kind of thing either with built-in functionality or other scripts, or (simple) custom scripts if it came to it, but I'd need more concrete examples to say exactly how.