You are working with the file directory of a Windows XP comp
You are working with the file directory of a Windows XP computer from the command line, and you use the md command to create a new directory in your My Documents directory. What command switch can you issue to confirm that the new directory was created?
A. Just use the dir command to view all of the directories and files in the My Documents and look for the name of directory you just created
B. dir /new
C. dir /bn
D. dir /ad
Solution
dir /ad command list the directories in the current directory and also other files related to application softwares. where ar dir command shows only the ditectories in the current directory. So by typing dir command to view all the directories present in the current directory. So both in option A and D gives the information about new created directory.
