General Tab


You can rename files in different date formats. You can specify increment and decrement by no of days. You can also prefix and suffix to rename files.
- Change file name to lower case, Upper case and Proper case.
- Change file extension to lower case, Upper case and Proper case.
- Remove file extension.
- Add/Change extension.
- Remove spaces. from "file name something.doc" to "filenamesomething.doc"
- Reverse the file names. "filename.doc" to "emanelif.doc".
- Swap file part from a separator.
Separator could be one or more characters (string)
For example you have current file names as:
vacation 001.jpg
vacation 002.jpg
vacation 003.jpg
You can rename it to below file names in one click:
001 vacation.jpg
002 vacation.jpg
003 vacation.jpg
You have to give " " (space) as input in application. Application swap the file parts at " " (space).
- Swap file name part from character position.
You have to give character position "4" (four) input and Application swap the file parts at that character position.
vacation 001.jpg becomes 001 vacation.jpg
vacation 002.jpg becomes 002 vacation.jpg
vacation 003.jpg becomes 003 vacation.jpg