answersLogoWhite

0

Depends on which operating system you are using and whether you want to copy more than one file.

In DOS/Windows command prompt "c:\copy xxxx /destination_folder/"

if more than one file you can use "c:\copy xxx.* /destination_folder/"

Xcopy has more options (verify, copy subdirectories ..) and is used "c:\xcopy xxx* /s /destination_folder/"

In Unix/Linux/OSX cp is the command for copying

as in "#darkstar$cp -R *.txt /destination_folder/"

cp has a lot more option than xcopy but you will need to type either "cp --help" or "man cp" to get the best of cp's actions.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
More answers

You can try the following command

copy (space) <source file name with path> (space) <destination file name with path>

NOTE: (space) means a blank space. This can be used to rename file as well.

User Avatar

Wiki User

14y ago
User Avatar

You can copy files based on their extension, for example:

copy *.txt d:\stuff

will copy all files with a .txt extension into d:\stuff.

You may also use xcopy, which can recursively copy folders and files.

User Avatar

Wiki User

11y ago
User Avatar

Answers.com has answered this question see link below.

User Avatar

Wiki User

17y ago
User Avatar

right click the file and select copy. then right click where you want to place it and select paste

User Avatar

Wiki User

13y ago
User Avatar

In command prompt, you need not to run separate paste command. As you run the copy or move command, the file will automatically parted.

User Avatar

Wiki User

14y ago
User Avatar

Add your answer:

Earn +20 pts
Q: How do you copy files using ommand prompt?
Write your answer...
Submit
Still have questions?
magnify glass
imp