Answers

Question and Answer:

  Home  DOS (Disk Operating System)

⟩ Which command is used to display all the files having the (.exe) extension but different filename? a. Dir filename.* b. Dir filename.ext c. Dir *.sys d. Dir *.ext

d. Dir *.ext

Explanation:

First two options are obviously wrong since specifying filename will list for that filename only. Since we need to list only with .ext extension fourth option is correct. Third option displays all files with sys extension.

 216 views

More Questions for you: