Monday, December 21, 2009

Batch Change/Rename File Extensions in Windows

Simple answer, open command prompt, type:

ren *.(current extension name) *.(extension you want)

For example, to change the extension from .jpg to .png:

ren *.jpg *.png

No comments: