answersLogoWhite

0


Best Answer

copy command ofcource.. from command prompt..

copy <source file path> <filename> <destination file path>

say u want to copy ram.txt from c: to d:

copy c:\ram.txt d:

and press enter..

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

copy

in command line the command is:

cp old_file new_file

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

In Linux:

cp /path/to/filename /path/to/newfilename

In Windows:

copy \path\to\filename \path\to\newfilename

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Assuming oyu mean a regular file copy? The command would be 'cp.'

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Copy and paste are the commands that are used to make a duplicate copy of a file while leaving the original file in place. You can use the right mouse click to do both.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

copy

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which command is used to create a duplicate cop of a file while leaving the original file intact?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command is used to create a duplicate of the selected text in word?

Keyboard Command: Control (Ctrl) + CThe COPY command is used for just that - it copies the text or image you have selected and stores is on your virtual clipboard, until it is overwritten by the next "cut" or "copy" command.


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


What is duplicate content?

This is a term mainly used in the SEO realm of marketing. It's basically the same content, located in more than one place. Some examples: www.example.com and example.com; If both of these URL's show up when you look for a website. That website (in this case example.com) is breaking Google and all Search Engine Guidelines. But typically what happens, in the Search Engines eyes, is someone is stealing someone else's content and using it as their own and trying to rank in Google for work they didn't do. Called a scraper site. Duplicate content is content copied in an essentially complete form from the original publication of an original work of authorship. Duplicate content may be used to create a derivative work based on the copied content in its entirety or it may be duplicated in its original form. Examples of duplicate content could be a photocopy of an article, a Web page that appropriates the complete text of an original Web page, an unedited copy of a photograph, video or film. Duplicate content should be distinguished from fair use content, for which very limited excerpts of an original work of authorship are used in another work of authorship in a manner that does not compromise the marketable value of the original content. Duplicate content may be an authorized or unauthorized copy of original content. Authorized copies of content are arranged oftentimes through formal licensing agreements between the party who owns the rights to the original content and the party wanting to create a duplicate of that content. Unauthorized copies of content may violate either copyright laws and/or licensing agreements governing the use of original content. Duplicate content is a key concern in online publishing today, as both authorized and unauthorized duplicate content may impact the search engine rankings of original content. Now search engines is able to identify what is original and what is duplicate. With their improved algorithms, they are able to identify duplicate web content from original content. http://www.copyscape.com/ is another service which helps you to find duplicate content.


How do you create duplicate rice puller?

This is a huge mistry. If you know how to create then you are a millionaire ...


Why did the scientist create the exact duplicate of himself?

He was just cloning around.


How do you do the buterfly in gimp?

A butterfly can be drawn in gimp by using the paths tool, and brush tools. Create a new layer Take your paths tool and draw out 1 wing of a butterfly, fill it with color Duplicate your wing layer Use the flip command to flip your duplicated wint, and the move command to move it in place Use the paths tool to create the body Fill it with color


Why did the scientist create an exact duplicate of himself-For homework?

He was just cloning around.


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


What is the Command to create a folder?

mkdir


What are the various packages in rdbms?

They r two types 1)create package command 2)create package body command


What is the command to create a new folder?

the command is md then what ever you want to call it


Which Linux command is equivalent to Windows' MD command?

In a Linux terminal, the command to create a new directory is: mkdir .