In MS-DOS, the copy con command is used for the creation of files from the command line. From the command line enter "copy con" and the name of the file desired to be created.
In MS-DOS, "copy con" is a command used to create a new text file and enter text directly from the command prompt. On the other hand, "copy" is a command used to copy files from one location to another. The "con" in "copy con" stands for console, indicating that the text is being copied from the console input.
copy file filecopy
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.
Loadstate
loadstate
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..
A move command is simply a copy command which deletes the original once it's finished.
loadstate
paste
in terminal it is : #cp file_a file_b
For mac: command c for copy and command v for paste. For PC: control c for copy and control v for paste.
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..