Home / CSE / DOS Basics :: Discussion

Discussion :: DOS Basics

  1. Which command is used to delete the directory that is empty?

  2. A.

     Del *.*

    B.

     RD

    C.

     Erase

    D.

     MD

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    RD command or RMDIR commands can be used to remove a directory if it is empty. Del command and Erase commands are used to delete files not directories. MD creates a new directory and can't remove directory.


Be The First To Comment