How to copy the content inside the cmd windows, and paste it in NotePad?
I tried to select "Mark", and highlight the console area, and try to press ctrl+v on a notepad, but it works sometimes and doesn't work other times.

|
How to copy the content inside the cmd windows, and paste it in NotePad? I tried to select "Mark", and highlight the console area, and try to press ctrl+v on a notepad, but it works sometimes and doesn't work other times.
| |||
feedback
|
|
Press Enter after you highlight it to send it to the clipboard. If you want to send the entire output of a command to a text file, you can simply use a chevron. example: dir > C:\output.txt and to append to a text file, 2 chevrons: dir >> C:\output.txt | |||
|
feedback
|
|
Once you've You may be interested in software such as Console2, which provides a wrapper around the shell, which among other things allows for copying in the style of every other application ever. | |||
|
feedback
|
|
I use the right mouse button to copy and paste in the command window. Works much nicer. So mark your selection with the mouse, press the right mouse button to copy it to the clipboard. And if you want to paste something from your clipboard, use the right mouse button again. (this is however when the quick edit mode is enabled) | |||||
feedback
|
|
Do a right-click into the window after making the selection. The selection box will disappear and the text will be in the clipboard. | |||
|
feedback
|