Sometime we face problem while changing the file extension in windows.
Lets follow the step by step procedure to change the file extension.
Step 1: Go to Start-> Run –> type cmd , a command prompt opens
Step 2: Now change the directory to go in same directory where your file exist
type command: CD C:\MyFolder
where CD is command and C:\MyFolder is your directory
Step 3: Suppose you have a file called MyDoc.txt and you have to change the file extension to MyDoc.doc so write a command
rename MyDoc.txt MyDoc.doc
press enter.
Congrats you success fully change the extension.
No comments:
Post a Comment