Special String
If you click 'Special string' or 'Special' button, the program will popup new window for you to select one type of special string: numbers, date or disordered names.
'ordered numbers'
You can add ordered numbers to many filenames, such as 01,02,03... In this case, you should add '$$' to filenames, theprogram will automatically rename files. If you want to rename by '001, 002, 003...', it is '$$$' you should add. So '$$$$' means 0001,0002,0003..., and so on.
If you want to insert just the symbol of one '$', use '@$@'.
'date'
When select this choice it will add current date to new filenames.
'File date'
When select this choice it will add each file modified date to new filenames. Use '@@' to represent it.
'File size'
When select this choice it will add each file size to new filenames. Use '##' to represent it.
'Folder name'
When select this choice it will add each file folder name to new filenames. Use '%%' to represent it.
'disordered names'
In some condition, you will need to rename files to disordered names.
If you want to add a 6 digits disordered string, use '%6%'. And '%7%' means 7 digits disordered string, and so on.
|