answersLogoWhite

0

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.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is the difference between copy con and copy in MS-DOS?

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.


Command used to make a copy of the original company file?

copy file filecopy


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 copy information to a new computer?

Loadstate


What command is used to copy the information to a new computer?

loadstate


Which command is used to create a duplicate cop of a file while leaving the original file intact?

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..


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 command is used to copy the information to the new computer?

loadstate


What menu command is used to place a copy of an object to another place?

paste


Which Linux command is used to copy a file?

in terminal it is : #cp file_a file_b


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..