How do you batch rename file extensions? i tried the find and replace option but it seems to ignore the file extension.
many thanks in advance
How do you batch rename file extensions? i tried the find and replace option but it seems to ignore the file extension.
many thanks in advance
You just need to create a button with this command
@NoDeselect
Rename TYPE=files REGEXP PATTERN "(^.*)(\..*)" TO "\1.{dlgstring|Enter new filename extension}" AUTORENAME