Dear AutoIt members,
I want to make a simple script: rename file-name (inputbox) with the extension rar if the extension ends up with part001.rar, part002.rar and so on rename to r01, r02
renaming the the extension is not the problem i found on this forum a good example script
now renamin...