adspace


How do I copy files from one drive to another using command prompt?

Answer Posted / Kriyanshu Saraswat

You can copy files from one drive to another using Command Prompt with the `copy` command. Here's how:
1. Open Command Prompt as an administrator.
2. Navigate to the source directory (the directory containing the file you want to copy) using the `cd` command.
3. Type `copy <filename> <destination>
4. Press Enter. Replace `<filename>` with the name of your file and `<destination>` with the path where you want to copy the file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command for cut?

1035