Multiple choice

While using DIR Command, you can use certain switches with it. Which one of the following cannot be used with DIR?

  1. /P

  2. /W

  3. /S

  4. /T

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The DIR command in DOS supports several switches including /P (pause after each screen), /W (wide format showing filenames only), /S (include subdirectories), and /O (sort order). However, /T is not a valid DIR switch in standard DOS implementations.