header bg

Scan QR code or get instant email to install app

Question:

You are at a Windows command prompt in the D:\users folder. You want to copy the D:\users\jdoe folder to the D:\files folder using the copy command. What is TRUE about this situation?

A You can't use the copy command to perform this task.
explanation

The copy command creates a copy of a file in a different location. It cannot be used to copy folders. The xcopy command is used to copy a folder.

Related Information