HM Find+Rename is an easy to use and powerful rename utility for files. HM Find+Rename is fast and therefore still qualified for renaming a large number of files.
With HM Find+Rename you can find and rename files in a folder and its subfolders in any way. HM Find+Rename is usefull for renaming a large number of files with similar filenames according to a certain pattern.
For example, if you copy the files of a web site from your browser cache to a folder on your disk and you wish to remove the automatically inserted numbering of the files (xxxx[1].yyy), HM Find+Rename can help you with one single renaming action for all files in a folder and its subfolders. Or another example: if you manage a large number of JPEG, MPEG or MP3 files, you can number the files or change an existing numbering of the files by renumbering.
For finding the files enter a search pattern matching the filenames either with simple wildcards (* and ?) or with complexer regular expressions.
For renaming the files enter a supplementary replace pattern, possibly containing simple replace expressions which can refer to temporary character buffers containing matching results of subexpressions of the search pattern. Therefore you can do complexer renaming actions too. With one single renaming action you can rename either one single file found or a sequence of files found in a folder and its subfolders.
Often used search and replace patterns can easily be stored persistently, and can be recalled later easily and fast by a popup menu.
Moreover, with HM Find+Rename you can successive number found files (ascending or descending) and change file names to upper/lower case or mixed formatting as well as change file properties (creation date, modification date, last access date, the file attributes Archive, Hidden, System and Read-only).
HM Find+Rename is provided with a Preview function for testing the desired rename actions. Additionally HM Find+Rename has a powerful Undo function. You can undo all renames since last find action.
Just like in Windows File Manager you can sort the displayed file list of HM Find+Rename by file attributes. You can select a file to edit the filename or to run a command from the file's context menu as defined for this file type by Windows File Manager. You can select one or more files to copy or move them to another folder using the Windows clipboard or by drag & drop.
Search pattern | Replace pattern | Matched file | will be renamed to |
---|---|---|---|
*[?].* | *.* | Name[1].htm | Name.htm |
*.txt | * | Name.txt | Name |
* | XY-* | Name.txt | XY-Name.txt |
XY-* | * | XY-Name.txt | Name.txt |
*.gif | Pic:(008).gif | Maria.gif Monica.gif Martha.gif |
Pic008.gif Pic009.gif Pic010.gif |
*-*.* | \2-\1.* | Text-1.doc Text-1.gif Text-2.doc |
1-Text.doc 1-Text.gif 2-Text.doc |
Search pattern | Replace pattern | Matched file | will be renamed to |
---|---|---|---|
^(.*)\[[0-9]+\]\.(.*) | \1.\2 | Name[1].htm Name[12].htm |
Name.htm Name.htm |
^(.*[^0-9])[0-9]*\.gif | \1:(001).gif | Maria01.gif Monica.gif Martha02.gif |
Maria001.gif Monica002.gif Martha003.gif |
^.*a+.* | All files containing at least one "a". |