How to Copy Data From cmd prompt?.

copy the data from the commond window

When we run a C/C++ Program on window platform using dev-C++ or visual studio IDE we have got the result on a cmd prompt. Some time we need to copy the result from the cmd prompt but we are unable to copy these result as a common way like ctrl+c.
So in this article I am just explaining some steps to how to copy data from the cmd prompt.

Step 1. Right click on the title bar of command prompt window.

cmd

Step 2. Point to edit menu and click the mark option.

cmd

Step 3. Select the content which you want to copy and press the enter key.

cmd4-min

Step 4. Now you are able to paste these copy data anywhere on notepad or notepad++ etc

 

Leave a Reply

Your email address will not be published. Required fields are marked *