answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the use of the copy command in MS-DOS?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is msdos filter command?

what is ms dos filter command? explain with example


Why Windows preferred MSDOS?

Many commands are still easy to run from command prompt..


What command in Linux do you use to copy files?

cp.


Show how you would use the COPY command to rename a file?

copy source_file.txt new_copy.txt


How do you install msdos virtual memory?

MS-DOS itself does not support virtual memory. Some applications that use DPMI can use virtual memory; all you as a user need to do is provide a copy of the DPMI host.


To make a copy of a file use the command?

You can use cp command to make a copy of a file. cp <file 1> <file 2> If you want to make a copy of the entire directory then use the recursive option cp -r <dir 1> <dir 2>


When you use cut or copy command the selected text is stored in?

The Clipboard.


Is the only way to copy a worksheet in a workbook it to use the copy command on the shortcut menu true or false?

false


How can you use turbo c in mac?

Only if it has a MSDOS-emulator -- not likely.


What is the difference between copy command and move command?

A move command is simply a copy command which deletes the original once it's finished.


What is the following command for copy and paste?

For mac: command c for copy and command v for paste. For PC: control c for copy and control v for paste.


What is the DOS copy command to copy a complete directory to multiple 3.5 inch floppies?

To copy directory, you need to run xcopy command.. You can not copy directory with copy command.. xcopy c:\*.* /s/e a:\ This will copy entire contents to A drive..