HOW TO CHANGE FILE EXTENSION OF MULTIPLE FILES
You can change the file extension of multiple files at once in Windows using the command prompt. Here are the steps:
- Open the folder containing the files you want to modify.
- Click on the address bar and type
cmd
to open a command prompt window. ren *.* *.jpg
Comments
Post a Comment