Showing posts with label Visual Studio IDE. Show all posts
Showing posts with label Visual Studio IDE. Show all posts

Saturday, August 29, 2015

Copy From Text Editor to Visual Studio IDE Command Prompt

Visual Studio IDE does not come with a Console View or Console Window to interact with a running Console application as in Eclipse IDE.

When you start your Console Application in Visual Studio IDE a Command Prompt appears and disappears as expected.

In order send parameters to a running Console Application's Main() method from the Visual Studio Command Prompt you need to follow the following steps :

1- Right Click on the Visual Studio Command Prompt Window Header
2- Select Edit
3- Choose your operation from the drop-down-list such as Mark-Copy-Paste