Home / CSE / DOS Basics :: Discussion

Discussion :: DOS Basics

  1. Which command should be used to display all files within the specified subordinate directory of the subdirectory?

  2. A.

     Dir \ pathname

    B.

     Dir \ pathname\pathname

    C.

     Dir / ch

    D.

     Dir \pathname\filename

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The subordinate directory of subdirectory can be accessed through the path sequence pathname\pathname and dir command lists the files of that location.


Be The First To Comment