How to rename a set of files?

October 28th, 2008 Vijay Leave a comment Go to comments

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.

Like this article?

  1. No comments yet.
  1. No trackbacks yet.