Which of the following switches (options) copy all files, folders, and subfolders, including empty subfolders in the TEST folder?

A. xcopy . c:\test /T /S
B. xcopy . c:\test /S
C. xcopy . c:\test /E
D. xcopy . c:\test /S /T

Answer: C. xcopy . c:\test /E

Computer Science & Information Technology

You might also like to view...

A technician is asked to recommend hardware for a new computer for a graphic artist company that regularly uses 3-D animation software. Which of the following components should be chosen to BEST meet the customer's needs?

A. Specialized video card B. Multi-core processor C. TV tuner?recorder D. Tape backup drive

Computer Science & Information Technology

Which of the following operations of the ADT stack accepts a parameter?

a. push b. isEmpty c. peek d. destroyStack

Computer Science & Information Technology