- copy and paste by Paris Grant
To copy files from one location to another or to copy text and images from one document to another. All modern operating systems and applications have a copy and paste capability that is typically selected from an Edit menu. See cut and paste and Win Copy between windows.
- copied by WordNet
verbCopy down as is.usage: "The students were made to copy the alphabet over and over"synonyms: copyReproduce someone's behavior or looks.usage: "The mime imitated the passers-by"; "Children often copy their parents or older siblings"synonyms: imitate ...
- copying by WordNet
nounAn act of copying. verbCopy down as is.usage: "The students were made to copy the alphabet over and over"synonyms: copyReproduce someone's behavior or looks.usage: "The mime imitated the passers-by"; "Children often copy their parents or older siblings"synonyms: imitate ...
- copybroke by Dictionary of Computing
... to describe an instance of a copy-protected program that has been "broken"; that is, a copy with the copy-protection scheme disabled or removed. 2. Copy-protected software which is unusable because of some bit-rot or bug that has confused the copy protection. 3. Used to describe data damaged because of a side effect of a copy protection system.
- DOS combining files by Skylar Chapman
To combine text files, use the Copy command. For example, to combine the files FIRST and SECOND, creating a new file named COMBINED, type: copy first+second combinedTo append SECOND to the end of FIRST, type: copy first+secondAfter the copy, SECOND still exists as a single file, and it has also been appended to FIRST.