<?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: Using Enter-VsDevShell in PowerShell Consoles	</title>
	<atom:link href="https://intellitect.com/blog/enter-vsdevshell-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://intellitect.com/blog/enter-vsdevshell-powershell/</link>
	<description>Complex Software Development - Simplified</description>
	<lastBuildDate>Thu, 17 Nov 2022 21:15:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Erin		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-389845</link>

		<dc:creator><![CDATA[Erin]]></dc:creator>
		<pubDate>Thu, 17 Nov 2022 21:15:04 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-389845</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-389804&quot;&gt;François&lt;/a&gt;.

Unfortunately, Microsoft still doesn&#039;t have any documentation for these options!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-389804">François</a>.</p>
<p>Unfortunately, Microsoft still doesn&#8217;t have any documentation for these options!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: François		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-389804</link>

		<dc:creator><![CDATA[François]]></dc:creator>
		<pubDate>Sat, 12 Nov 2022 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-389804</guid>

					<description><![CDATA[Useful article, thanks.
Option -StartInPath lets you specify a working directory where you&#039;ll be taken once the shell starts up. If you specify none you&#039;ll be taken to wherever you defined your default project location in VS. You can disable this behaviour entirely by using option -SkipAutomaticLocation.
Option -DevCmdArguments lets you specify options to pass along to the vsdevcmd.bat script which ends up being run at some point.]]></description>
			<content:encoded><![CDATA[<p>Useful article, thanks.<br />
Option -StartInPath lets you specify a working directory where you&#8217;ll be taken once the shell starts up. If you specify none you&#8217;ll be taken to wherever you defined your default project location in VS. You can disable this behaviour entirely by using option -SkipAutomaticLocation.<br />
Option -DevCmdArguments lets you specify options to pass along to the vsdevcmd.bat script which ends up being run at some point.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-384862</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Sun, 14 Mar 2021 14:04:27 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-384862</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-380553&quot;&gt;Felix Gündling&lt;/a&gt;.

I have to thank you so much for: -DevCmdArguments “-arch=amd64″
Been looking for this for days]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-380553">Felix Gündling</a>.</p>
<p>I have to thank you so much for: -DevCmdArguments “-arch=amd64″<br />
Been looking for this for days</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yves Grasland		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-383354</link>

		<dc:creator><![CDATA[Yves Grasland]]></dc:creator>
		<pubDate>Fri, 20 Nov 2020 12:11:31 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-383354</guid>

					<description><![CDATA[This is extremely interesting. I&#039;m trying to get an automated build chain working based on CMake, which was previously unable to find any compiler or link path without lots of horrible hacking of the infamous PATH variable ; I knew about the VS dev console, but it looked like a black box, difficult to integrate in another tool. This insight you provide on the inner workings of this console and the way to use it seems therefore extremely valuable. Thanks!]]></description>
			<content:encoded><![CDATA[<p>This is extremely interesting. I&#8217;m trying to get an automated build chain working based on CMake, which was previously unable to find any compiler or link path without lots of horrible hacking of the infamous PATH variable ; I knew about the VS dev console, but it looked like a black box, difficult to integrate in another tool. This insight you provide on the inner workings of this console and the way to use it seems therefore extremely valuable. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelly Adams		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-381384</link>

		<dc:creator><![CDATA[Kelly Adams]]></dc:creator>
		<pubDate>Sat, 27 Jun 2020 03:02:30 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-381384</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-381383&quot;&gt;Ralph&lt;/a&gt;.

You are welcome!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-381383">Ralph</a>.</p>
<p>You are welcome!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ralph		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-381383</link>

		<dc:creator><![CDATA[Ralph]]></dc:creator>
		<pubDate>Sat, 27 Jun 2020 02:47:33 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-381383</guid>

					<description><![CDATA[Kelly, thank you immensely for this post. After fighting with the &quot;The input line is too long. The syntax of the command is incorrect.&quot; error while attempting to setup the visual studio env variables the old fashioned way I am relieved to have found your post. Thank you for sharing this!]]></description>
			<content:encoded><![CDATA[<p>Kelly, thank you immensely for this post. After fighting with the &#8220;The input line is too long. The syntax of the command is incorrect.&#8221; error while attempting to setup the visual studio env variables the old fashioned way I am relieved to have found your post. Thank you for sharing this!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Felix Gündling		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-380553</link>

		<dc:creator><![CDATA[Felix Gündling]]></dc:creator>
		<pubDate>Sun, 12 Apr 2020 10:36:31 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-380553</guid>

					<description><![CDATA[Regarding the DevCmdArguments:

These are pretty handy to get the 64-bit shell:
-DevCmdArguments &quot;-arch=amd64&quot;

You can let vswhere.exe find the DevShell.dll for you if you like:
$devShell = &#038;&quot;C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe&quot; -latest -find **\Microsoft.VisualStudio.DevShell.dll
Import-Module $devShell]]></description>
			<content:encoded><![CDATA[<p>Regarding the DevCmdArguments:</p>
<p>These are pretty handy to get the 64-bit shell:<br />
-DevCmdArguments &#8220;-arch=amd64&#8243;</p>
<p>You can let vswhere.exe find the DevShell.dll for you if you like:<br />
$devShell = &amp;&#8221;C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe&#8221; -latest -find **\Microsoft.VisualStudio.DevShell.dll<br />
Import-Module $devShell</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelly Adams		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-378135</link>

		<dc:creator><![CDATA[Kelly Adams]]></dc:creator>
		<pubDate>Tue, 08 Oct 2019 14:30:30 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-378135</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-377921&quot;&gt;PBC&lt;/a&gt;.

Microsoft loves to move things around, I have updated the repo and the code samples.  Thanks for bringing it to my attention!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-377921">PBC</a>.</p>
<p>Microsoft loves to move things around, I have updated the repo and the code samples.  Thanks for bringing it to my attention!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PBC		</title>
		<link>https://intellitect.com/blog/enter-vsdevshell-powershell/#comment-377921</link>

		<dc:creator><![CDATA[PBC]]></dc:creator>
		<pubDate>Tue, 24 Sep 2019 01:11:06 +0000</pubDate>
		<guid isPermaLink="false">https://intellitect.com/?p=36358#comment-377921</guid>

					<description><![CDATA[As of 16.3 the path has changed you need to remove vsdevshell
Import-Module (Join-Path $installPath &quot;Common7\Tools\Microsoft.VisualStudio.DevShell.dll&quot;)]]></description>
			<content:encoded><![CDATA[<p>As of 16.3 the path has changed you need to remove vsdevshell<br />
Import-Module (Join-Path $installPath &#8220;Common7\Tools\Microsoft.VisualStudio.DevShell.dll&#8221;)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
