I'm trying to execute a pretty simple renaming procedure, but am unable to do so with an automator workflow and my scripting knowledge is inadequate. The equivalent that I'm trying to execute in NameMangler is to:
'remove 2 characters starting at index 1 - counting from start'
and
'remove 2 characters starting at index 2 - counting from end'
Any assistance would be appreciated, no preferences; Applescript, Java and Shell are all fine.