I need a file renamer that can rename file using wildcard (*). For example if I have a folder full of .dat and I want to rename them all to .mpg, I just ask it to rename *.dat to *.mpg, or if I have multiple files that have wrong charachter encoding, i can use *<name>* to *<newname>*
Added on November 15, 2007, 10:23 amNever mind, I found out you can easily do this using DOS <rename> command.
