Batch File Rename
Rename a folder of files with patterns, regex and tokens, then download as ZIP.
How to batch file rename
- Add the files you want to rename.
- Choose a rename method and fill in the pattern. The preview updates as you type.
- Confirm the new names look right, then download the ZIP.
About this tool
File naming conventions drift over time. Photos from a camera come out as IMG_20240612_093241.jpg. Downloaded assets arrive with random UUIDs. Old archives have spaces and mixed case. Getting a folder of a hundred files into a consistent naming scheme by hand is the kind of work that takes an hour, produces two mistakes, and leaves you wondering why you did not script it.
The pattern template is the most powerful mode. {date}-{index:3}-{name} turns a folder of conference photos into 20240612-001-DSC_0042.jpg, 20240612-002-DSC_0043.jpg and so on — sorted correctly, unambiguously dated, original name preserved. The regex mode is for when you need to extract or rearrange parts of existing names that follow a known pattern.