A user needs to replicate a large directory containing folders and files from one drive to
another. It also contains several empty folders needed for future growth. Which of the
following commands should a technician use in order to accomplish this task?
A.
ATTRIB /S
B.
RD /S
C.
COPY /A
D.
XCOPY /E
XCOPY /E
/E : Copies all subdirectories, even if they are empty. Use /e with the /s and /t command-line options.
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/xcopy.mspx?mfr=true