<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adding the Visual Studio 2008 Command Prompt to your Explorer Context Menu</title>
	<atom:link href="http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/</link>
	<description>Complexity through Simplicity</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:29:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-530</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Sun, 11 Sep 2011 08:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-530</guid>
		<description>Thanks very much Thomas, great work.

Erik</description>
		<content:encoded><![CDATA[<p>Thanks very much Thomas, great work.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Hanks</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-529</link>
		<dc:creator>Thomas Hanks</dc:creator>
		<pubDate>Sun, 11 Sep 2011 03:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-529</guid>
		<description>From the above suggestions, this works on windows 7 on any drive

&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BEGIN .reg file &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;
Windows Registry Editor Version 5.00 
 
[HKEY_CLASSES_ROOT\Directory\Background\shell\VS2008 Command Prompt]
@=&quot;Open VS2008 Command Prompt Here&quot;
&quot;Extended&quot;=&quot;&quot;
&quot;NoWorkingDirectory&quot;=&quot;&quot;
 
[HKEY_CLASSES_ROOT\Directory\Background\shell\VS2008 Command Prompt\command]
@=&quot;C:\\Windows\\System32\\cmd.exe /s /k \&quot;cd /D \&quot;%1\&quot; &amp;&amp; \&quot;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\

\vcvarsall.bat\&quot;\&quot; x86 &quot;
 
[HKEY_CLASSES_ROOT\Directory\shell\VS2008 Command Prompt]
@=&quot;Open VS2008 Command Prompt Here&quot;
&quot;Extended&quot;=&quot;&quot;
&quot;NoWorkingDirectory&quot;=&quot;&quot;
 
[HKEY_CLASSES_ROOT\Directory\shell\VS2008 Command Prompt\command]
@=&quot;C:\\Windows\\System32\\cmd.exe /s /k \&quot;cd /D \&quot;%1\&quot; &amp;&amp; \&quot;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\

\vcvarsall.bat\&quot;\&quot; x86 &quot;
 
[HKEY_CLASSES_ROOT\Drive\shell\VS2008 Command Prompt]
@=&quot;Open VS2008 Command Prompt Here&quot;
&quot;Extended&quot;=&quot;&quot;
&quot;NoWorkingDirectory&quot;=&quot;&quot;
 
[HKEY_CLASSES_ROOT\Drive\shell\VS2008 Command Prompt\command]
@=&quot;C:\\Windows\\System32\\cmd.exe /s /k \&quot;cd /D \&quot;%1\&quot; &amp;&amp; \&quot;C:\\Program Files\\Microsoft Visual Studio 9.0 (x86)\\VC\

\vcvarsall.bat\&quot;\&quot; x86 &quot;
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; END .reg file &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</description>
		<content:encoded><![CDATA[<p>From the above suggestions, this works on windows 7 on any drive</p>
<p>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; BEGIN .reg file &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;<br />
Windows Registry Editor Version 5.00 </p>
<p>[HKEY_CLASSES_ROOT\Directory\Background\shell\VS2008 Command Prompt]<br />
@=&#8221;Open VS2008 Command Prompt Here&#8221;<br />
&#8220;Extended&#8221;=&#8221;"<br />
&#8220;NoWorkingDirectory&#8221;=&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Directory\Background\shell\VS2008 Command Prompt\command]<br />
@=&#8221;C:\\Windows\\System32\\cmd.exe /s /k \&#8221;cd /D \&#8221;%1\&#8221; &amp;&amp; \&#8221;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\</p>
<p>\vcvarsall.bat\&#8221;\&#8221; x86 &#8221;</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\VS2008 Command Prompt]<br />
@=&#8221;Open VS2008 Command Prompt Here&#8221;<br />
&#8220;Extended&#8221;=&#8221;"<br />
&#8220;NoWorkingDirectory&#8221;=&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Directory\shell\VS2008 Command Prompt\command]<br />
@=&#8221;C:\\Windows\\System32\\cmd.exe /s /k \&#8221;cd /D \&#8221;%1\&#8221; &amp;&amp; \&#8221;C:\\Program Files (x86)\\Microsoft Visual Studio 9.0\\VC\</p>
<p>\vcvarsall.bat\&#8221;\&#8221; x86 &#8221;</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\VS2008 Command Prompt]<br />
@=&#8221;Open VS2008 Command Prompt Here&#8221;<br />
&#8220;Extended&#8221;=&#8221;"<br />
&#8220;NoWorkingDirectory&#8221;=&#8221;"</p>
<p>[HKEY_CLASSES_ROOT\Drive\shell\VS2008 Command Prompt\command]<br />
@=&#8221;C:\\Windows\\System32\\cmd.exe /s /k \&#8221;cd /D \&#8221;%1\&#8221; &amp;&amp; \&#8221;C:\\Program Files\\Microsoft Visual Studio 9.0 (x86)\\VC\</p>
<p>\vcvarsall.bat\&#8221;\&#8221; x86 &#8221;<br />
&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt; END .reg file &lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-528</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Fri, 09 Sep 2011 11:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-528</guid>
		<description>Garret Thomson left the following remark.

Note that you probably want to add /D to the cd command, in order to make this work as intended on paths located on drives other than the Windows drive.

I couldn&#039;t post to the blog entry as I&#039;m behind a proxy at work.

Thanks Garret!</description>
		<content:encoded><![CDATA[<p>Garret Thomson left the following remark.</p>
<p>Note that you probably want to add /D to the cd command, in order to make this work as intended on paths located on drives other than the Windows drive.</p>
<p>I couldn&#8217;t post to the blog entry as I&#8217;m behind a proxy at work.</p>
<p>Thanks Garret!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-523</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Wed, 17 Aug 2011 11:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-523</guid>
		<description>It might be that replacing \\Program Files\\ with \\Program Files (x86)\\ will do the trick for you. Just check whether the paths are correct.</description>
		<content:encoded><![CDATA[<p>It might be that replacing \\Program Files\\ with \\Program Files (x86)\\ will do the trick for you. Just check whether the paths are correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bobby</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-522</link>
		<dc:creator>bobby</dc:creator>
		<pubDate>Wed, 17 Aug 2011 11:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-522</guid>
		<description>Thnks for this but it doesnt seem to work on windows 7 64bit.. ??</description>
		<content:encoded><![CDATA[<p>Thnks for this but it doesnt seem to work on windows 7 64bit.. ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-519</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Sun, 17 Jul 2011 22:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-519</guid>
		<description>To convert to VS2010 simply replace

VS2008 with VS2010
Visual Studio 9.0 with Visual Studio 10.0</description>
		<content:encoded><![CDATA[<p>To convert to VS2010 simply replace</p>
<p>VS2008 with VS2010<br />
Visual Studio 9.0 with Visual Studio 10.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikas Gupta</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-373</link>
		<dc:creator>vikas Gupta</dc:creator>
		<pubDate>Thu, 24 Feb 2011 18:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-373</guid>
		<description>How to do Same with VS2010?</description>
		<content:encoded><![CDATA[<p>How to do Same with VS2010?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-228</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Mon, 20 Sep 2010 12:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-228</guid>
		<description>Hi James,

It might be that the version of the Windows Registry Editor is different on Windows XP. Are the registry keys actually created? If not, you could try creating them by hand.

Best Regards,

Erik</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>It might be that the version of the Windows Registry Editor is different on Windows XP. Are the registry keys actually created? If not, you could try creating them by hand.</p>
<p>Best Regards,</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-202</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 26 Aug 2010 20:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-202</guid>
		<description>I followed this example on Windows XP but it doesn&#039;t appear in the menu. Not sure what went wrong</description>
		<content:encoded><![CDATA[<p>I followed this example on Windows XP but it doesn&#8217;t appear in the menu. Not sure what went wrong</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Burger</title>
		<link>http://www.reversealchemy.net/blog/2008/11/26/adding-the-visual-studio-2008-command-prompt-to-your-explorer-context-menu/comment-page-1/#comment-114</link>
		<dc:creator>Erik Burger</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:42:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.reversealchemy.net/?p=48#comment-114</guid>
		<description>You are absolutely right Fritz. I&#039;ll update the post to include this note.

Regards,

Erik</description>
		<content:encoded><![CDATA[<p>You are absolutely right Fritz. I&#8217;ll update the post to include this note.</p>
<p>Regards,</p>
<p>Erik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

