How To Trim Filenames

Here is the code i use to clean up:

@NoDeselect
Rename REGEXP PATTERN="(.)(_|.| )(.)(.)(.*)#" TO="\1 \3\4\5"

You also can checkout this script. There may be other renaming scripts in that subforum, too.