Page 1 of 1

multi rename search and replace vs insert

Posted: 10.07.2008, 14:41
by agodave
Can Multi rename be used to change a group of files without a search and replace. I need to insert numbers in the start of all files that have no common sequence. Program that does this type of function is MultiRen from Ziff-Davis back in 1998. It works but would be nice to have all bulit into FC.

Posted: 10.07.2008, 17:13
by Dreamer
Did you try this?

Code: Select all

[c] [n]

Posted: 10.07.2008, 17:31
by agodave
I guess my problem is that I really do not understand how to use the codes...

Posted: 11.07.2008, 00:42
by Dreamer
Just type [c] [n] to 'Pattern' > 'File name' field. You'll see the results in the 'New name' column. Click the [v] button next to File name field to get description of the codes. Perhaps it would be easier with the screenshot...

Image

Posted: 11.07.2008, 17:19
by agodave
This helps a lot. Thank you. Can you change the prefix or suffix to a number for example 3921 for every file.

Posted: 12.07.2008, 00:07
by Dreamer
Do you want to add the same number to each file? Then simply type that number and then [n] (= file name), e.g.:

3921 [n]

If you want to start with this number, then type [c] [n] and change "Start at" option to 3921.

Posted: 13.07.2008, 01:14
by agodave
That's it...Each file starts with 3921 since it's a project number...

Thanks