A batch renaming script

I just released my batch renaming script. It really makes my live easier, and is a huge improvement over mmv or rename.pl. And it was a lot of fun to write in scsh. The only problem is that I had to use POSIX regular expressions, but SREs, while being superior to string regular expressions in programs, are just not useful for interactive command line editing.