Multiple choice

Which DOS command is used to provide access to files located in other directories or disks?

  1. TREE

  2. PATH

  3. DIR

  4. CD

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

PATH is the DOS command that specifies which directories the system should search when looking for executable programs or files, enabling access to files across multiple directories and disks. TREE shows directory structure, DIR lists files in current directory, and CD only changes the current directory.