How to add file extension to the files which do not have an extension in a specific folder using Windows command prompt?
I try this and it works :
C:\test>ren *. *.html
Update : with ^ in the name :
I try this and it works :
C:\test>ren *. *.html
Update : with ^ in the name :