Now type the following in it and hit Enter: ren *.* *.jpg Here we are using a wildcard as we want any file extension to be changed to jpg. When you do this, you will see that all the files in the ...
This will show you all of the file names of all the files in that location. Type ren "FILENAME.OLD-EXTENSION" "FILENAME.NEW- EXTENSION" with the filename as the name of the file and the old extension ...