Replace text issue

I'm trying to rename some files and then move them from the download folder to another folder. I want to replace some of the filename but the option won't stick. Am I doing something wrong?
The files are moved but the name change doesn't occur
Ideally I would like just to remove the first part of the name - in other words - replace 'specified text' with 'nothing'
- Code: Select all
if all conditions to any file or sub folder
name contains 1234-
rename (name - replace 1234- with 2012-)(extension)
move to designated folder
The files are moved but the name change doesn't occur
Ideally I would like just to remove the first part of the name - in other words - replace 'specified text' with 'nothing'