How to change the .html file extension when publishing to the web?

Open up MS-DOS command prompt, navigate to the directory holding the files, type this command:

ren *.html *.cfm

It will rename all the html files in the directory to coldfusion ones. 

Discussions have been disabled for this post