How to rename a set of files?
In windows, let us assume that you want to rename a all .txt files to .rtf files. You can easily rename all files with the following command
ren *.txt *.rtf
The above command will covert all .txt files into .rtf files. With the help of this, you can easily rename a set of files to another extension. This works for all file extensions in Windows.
Vijay For Victory

Recent Comments