<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Opening a command prompt for your project</title><link>http://blogs.msdn.com/b/shawnfa/archive/2004/03/22/94115.aspx</link><description>Sometimes while working with a VS.Net project, you need to run a command line tool, either on the sources or output of the project. VS provides an easy way to add a menu item that will open a command prompt in the target directory of your application</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Opening a command prompt for your project</title><link>http://blogs.msdn.com/b/shawnfa/archive/2004/03/22/94115.aspx#552762</link><pubDate>Thu, 16 Mar 2006 14:59:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:552762</guid><dc:creator>Ethor</dc:creator><description>I need to pass text that I have created in a .txt file to the cmd line and run the command, while being hidden from the front end of the project. Any suggestions of how to go about this&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=552762" width="1" height="1"&gt;</description></item><item><title>Visual Studio 2005 Developments</title><link>http://blogs.msdn.com/b/shawnfa/archive/2004/03/22/94115.aspx#99377</link><pubDate>Sat, 27 Mar 2004 21:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:99377</guid><dc:creator>Ramblings of a Code Monkey</dc:creator><description>It looks like I won't have to make my own command prompt plugin for Visual Studio after all - this feature is included in Visual Studio 2005. Sweet! :) (In the meantime, as a quick substitute you can create External...&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=99377" width="1" height="1"&gt;</description></item><item><title>re: Opening a command prompt for your project</title><link>http://blogs.msdn.com/b/shawnfa/archive/2004/03/22/94115.aspx#94632</link><pubDate>Tue, 23 Mar 2004 17:32:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94632</guid><dc:creator>Shawn</dc:creator><description>Hi Puchi&lt;br&gt;&lt;br&gt;What you're looking for is functionality similar to WinDbg's .shell command.  Unfortunately there's nothing like that in Visual Studio (at least as far as I know, if anyone has a trick to show how this is done, feel free to post it here).  Like you pointed out, adding the &amp;quot;use output window&amp;quot; option only shows the output of the command prompt in the output window, and doesn't let you interact with the prompt.  From the VS command window you could run Tools.Shell cmd.exe, but that too will spawn an external command shell.&lt;br&gt;&lt;br&gt;-Shawn&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=94632" width="1" height="1"&gt;</description></item><item><title>re: Opening a command prompt for your project</title><link>http://blogs.msdn.com/b/shawnfa/archive/2004/03/22/94115.aspx#94267</link><pubDate>Tue, 23 Mar 2004 03:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:94267</guid><dc:creator>Puchi</dc:creator><description>That is pretty interesting. To take it a step further, it would be great if you could get the command window inside the editor. There is an option for that &amp;quot;use output window&amp;quot; but when I execute the tool, the command window comes in read-only mode in the editor and I cannot do much with it. Do you know of any other way in which I can type in commands in the window after getting it in the VS Editor.&lt;br&gt;&lt;br&gt;Thanks a lot&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=94267" width="1" height="1"&gt;</description></item></channel></rss>