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
The answer is definitely option A.we can use dir command to view all of the directories and files in the My documents and look for the name of the directory we created. option B and C are opted out as they will go to folders with those names if those exist, else they will cause an error \"no such command exist\". Option D can be used to view the contents of the My Documents with folder details and wide view in sorted order.
