Q. While working with MS DOS which command is used to change the extension of all file names ending with .txt to doc? (Solved)
1. Ren *.doc *.txt
2. Ren .txt .doc
3. Ren file.doc file.text
4. Ren a:*.doc *.doc
- a. Ren *.doc *.txt
1. Ren *.doc *.txt
2. Ren .txt .doc
3. Ren file.doc file.text
4. Ren a:*.doc *.doc