Its possible to rename files all at once. But its not possible to change the extension of selected files all at once.

If windows doesn't support this facility .. then is there any batch script or something to work out with ???

link|improve this question

feedback

2 Answers

up vote 4 down vote accepted

Command prompt example:

rename *.html *.htm

will rename all files with .html extension in the current directory to .htm

link|improve this answer
yup. this is much satisfying :)) – infant programmer 'Aravind' Jun 2 '10 at 7:02
feedback

You can use Total Commander that allows mass renaming in many ways...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.