Topic: Insert a name before the number

Q:    I have some pictures with numbers only like 2.jpg, 3.jpg, 4.jpg.
        How can i 'prefix' this numbers with an name like "Screenshot"


A:    To have an word in front of an digit you could do this.
       Use Ctr+B to choose your directory. Single click on it and choose OK
       You can use the filter combo box  to see only files you want to. (Here f.ex.   ?.jpg )



EXAMPLE:           2.jpg
EXPRESSION:     Screenshot%f
RESULT:             Screenshot2.jpg

or

EXPRESSION:     Screenshot %f
RESULT:             Screenshot 2.jpg

or

EXPRESSION:     Screenshot_%f
RESULT:             Screenshot_2.jpg

or

EXPRESSION:     Screenshot-0%f
RESULT:             Screenshot-02.jpg


or maybe

EXPRESSION:     Screenshot-(0%b).%e
RESULT:             Screenshot-(02).jpg

-----------------------------------------

EXPLANATION:
%f   : the file name without the path but with extension
%b  : the "base" name without the extension
%e  : the name extension






Press the F1-key while you are in Siren to read more about.
------------------------------------------------------------------------------------------------------------

                                             Siren is a freeware file renaming program
                                               - portable, highly flexible, powerfully -
                                          If it's looking tricky it's easy to rename with Siren.
                                          http://www.scarabee-software.net/en/siren.html