Hi,
I tried to rename a group of folders, but I just couldn't get the desired result after many tries of different combinations.
The original folder looks like this has the format "20070215 ABC Folder List", and I want to rename it to "20070215 - ABC Folder List". That is to add a hyphen after the dates, and keeping everything else unchanged. That seems simple, but I just couldn't get the right combination of regular expression and/or wildcard to work.
I tried "Rename PATTERN="? " TO="&- *" AUTORENAME TYPE=folders", but I got "&- 20070215 ABC Folder LIst"
Any idea ?