answersLogoWhite

0

If the command referring to is in cmd It's "copy".

  1. Click Windows/flag button+R.
  2. Type cmd
  3. Hit Enter.
  4. Type: help copy
  5. Hit enter.

Additional: Copy commands in other software is different a lot of the times but Ctrl+C copy what is marked in most cases.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you copy files or folders?

To Copy files, Rightclick it and click Copy, or press CTRL + V. Same for folders. For Command Prompt... A=copy C:\System32 (OR) copy C:\System32. To open Command Prompt, open your Start menu, type cmd. This should open it.


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


Copy con command used for?

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.


How do you make multiple copies of data that has been copied to the clipboard?

Press the command to copy it into documents that can accept the type of information, such as control V or command v.


What program command makes a copy of a file?

copy


What is the difference between the Copy command and he Xcopy command?

d


What tab is the copy and paste commands are located on?

command c to copy and command v to paste


How do you copy a folder using ms-dos?

The COPY command


How do you find the ip address for notdoppler.com?

On windows: 1. Click Run 2. Type "cmd.exe" 3. Type "ping notdoppler.com" in the command line 4. Copy the IP address from the list On Mac 1. In spotlight, search for "Terminal", then open it 2. Type "ping notdoppler.com" in the command line 3. Copy the IP address from the list


What is the command to copy notepad.exe to a folder?

Not sure why you'd want to copy notepad.exe anywhere, however the command is: copy c:\windows\notepad.exe "c:\my folder"