Is there any way to copy text that's shown in the Command Prompt window C:\Windows\system32\cmd.exe to the clipboard?
- 28,143
6 Answers
Right click on the title bar and go to edit menu
All the options you need are there (copy, paste, select)
or To change the option to allow quick editing
Right click on the title bar and go to properties > quickedit mode enable.
Now you don't need to go through the edit menu to select or copy or paste.Enter short cut to copy
Right click short cut to paste
Left click drag to select text.
Every thing is put into a the system clip board so crtl + v will work in to other applications like notepad.

You need to right click and select Mark
You can then highlight the rectangle of text you want to copy.
Then hit Return to copy it into the clipboard.
- 41,540
Enter marking mode: Alt+Space,E,K
(yes, these are just the hotkeys for the process described in nelaar's answer).Move the cursor with the arrow keys to the start of your selection (the selection is rectangular).
Hold Shift to select text while using the arrow keys to expand your selection.
Press Enter to copy the selection to the clipboard.
- 89,072
- 65
- 269
- 311
Right click and and select mark

Block the text that you want to copy (by hold Shift key + bottom , top, right, or left)

Press "ENTER"
- Paste it into notepad or other (MS. Word, Etc.).
- 122
I got Windows 10 Home. When I want to repeat (copy) a command or part of if I've written previously I just keep pressed the mouse left button to select the are I want to copy, release the button, place the cursor where I want to copy it and tap twice the mouse right botton and that's all, it is copied. That's on cmd.
