in reply to Re: Changing file extensions
in thread Changing file extensions

Speaking of shell command, it's way simpler than that:
>rename *.txt *.html
aka
>ren *.txt *.html