Page 1 of 1

Does this function already exist ? PART 3

Posted: 07 Oct 2010 11:58
by Ysl
Hi

I use a shell extension called FileFrog, http://www.filerfrog.com/15.html and I use a lot this function :

Rename - Append

Add prefix and/or postfix to the file names of your choice. Select any number of files and folders, enter free text to append to the file names and FilerFrog will add that text to the original file names.

For example: If you choose a file named “Pic435.jpg”, enter “Paris-“ in the prefix textbox and “(Excellent Zoom)” in the suffix textbox, the file will be renamed “Paris-Pic435 (Excellent Zoom).jpg”.

Extra tip from the frog: This feature, of course, is quite useful when renaming a large number of files, such as photos, that share a common quality.


I would like to use it from XY but I do not see it in XY but maybe is it "hidden" somewhere ?

Ysl

Re: Does this function already exist ? PART 3

Posted: 07 Oct 2010 12:13
by admin
Sure it's here: Shift+F2 (Batch Rename), enter pattern:

Code: Select all

*<text to append>
(Replace <text to append> with your text.)

Re: Does this function already exist ? PART 3

Posted: 07 Oct 2010 12:20
by zer0
Prefix/postfix can be added via File > Rename Special > Batch Rename.

Re: Does this function already exist ? PART 3

Posted: 07 Oct 2010 13:03
by Ysl
Thanks !