Rename Template


Asterisk "*" replace the initial file name, at the transformation it will be changed for the initial file name without extension. All symbols you will enter into the template before or after it, will be included into the new name without any changes, save the service ones.

the Symbols \ / : * ? " < > | must not be used in the file name - Windows will not allow to create a file with such name, and an error will be generated.

Service symbols:

Service symbols can be placed in any place of the template in any combinations and recurrences - they will not enter the final name of the object, but on their basis the information, that will be added onto their places in the template, will be generated.

[9] - Means addition of the incremental counter in case of duplicating file name detection. It is possible to place it in any place of the template or not to specify at all, in this case it will be added by default at the end of the name.

To avoid unlimited cycles, the number of renaming is limited by quantity of Max Rename Number on the tab Misc of the Customize window of adjustment .

[U] - means convert all name to uppercase.

[L] - means convert all name to lowercase.

[U1] - means convert the first letter of name to uppercase.

[L1] - means convert the first letter of name to lowercase.

[9] - means addition of the incremental counter.

[3-9] - means addition of the incremental counter has 3 digits length and an insignificants zeros.

[D-9+N+M]- means addition of the incremental counter has D- digits, start at N and step by M.

[d] - means the current date addition.

[dd] - means the day of the month addition.

[m] - means the month addition.

[y] - means the year addition.

[t] - means the time addition. The divider of Hours and Minutes will be dash.

[dw] - means last write date addition.

[ddw] - means last write day of the month addition.

[mw] - means last write month addition.

[yw] - means last write year addition.

[tw] - means last write time addition. The divider of Hours and Minutes will be dash.

[dc] - means create date addition.

[ddc] - means create day of the month addition.

[mc] - means create month addition.

[yc] - means create year addition.

[tc] - means create time addition. The divider of Hours and Minutes will be dash.

[.exe] - means the changing of the file extension specified in the brackets.

[^sdf] - means the substring deleting.

[sdfg#5475687] - enrollment replacement up to the "#" symbol for enrollment after the symbol.

[a-z$3] - replacement of the symbols range up to the "$" symbol for the enrollment after the symbol.