Rename - Remove all the periods

The Title Case Script is probably what you remember seeing.

[url]Titlecase]

It doesn't remove periods like you want by default, but you can easily add in the script box something like:

strNewName = Replace(strNewName, ".", " ")

just add it right before the line:

' Replace "_" with spaces

which will put it after the folder check, otherwise it doesn't work correctly.