Rename or change extension type of multiple files under Windows OS

-Navigate to folder using command prompt
cd "c\test"
-type command
rename *.doc *.txt
-hit enter key from keyboard

* It will change the extension type of all the .doc files present in "test" folder to .txt.

No comments:

Post a Comment