-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.
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