<?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: A better Start-Job cmdlet</title>
	<atom:link href="http://blog.brianhartsock.com/2010/05/22/a-better-start-job-cmdlet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.brianhartsock.com/2010/05/22/a-better-start-job-cmdlet/</link>
	<description>The exciting life of a software developer and nerd</description>
	<lastBuildDate>Tue, 29 Nov 2011 22:19:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Joel "Jaykul" Bennett</title>
		<link>http://blog.brianhartsock.com/2010/05/22/a-better-start-job-cmdlet/comment-page-1/#comment-1343</link>
		<dc:creator>Joel "Jaykul" Bennett</dc:creator>
		<pubDate>Tue, 25 May 2010 21:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=1347#comment-1343</guid>
		<description>You should probably use the -InitializationScript for your Set-Location ... that will let you avoid the scariest part of that. You can also make sure $pwd is resolved on this side by converting it to a string on this side:

function start-jobhere([scriptblock]$block){

Start-Job -Init ([ScriptBlock]::Create(&quot;Set-Location $pwd&quot;)) -Script $block

}</description>
		<content:encoded><![CDATA[<p>You should probably use the -InitializationScript for your Set-Location &#8230; that will let you avoid the scariest part of that. You can also make sure $pwd is resolved on this side by converting it to a string on this side:</p>
<p>function start-jobhere([scriptblock]$block){</p>
<p>Start-Job -Init ([ScriptBlock]::Create(&#8220;Set-Location $pwd&#8221;)) -Script $block</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pt6, Brian Overby: Using the Greeks to Improve your FX Options Trading</title>
		<link>http://blog.brianhartsock.com/2010/05/22/a-better-start-job-cmdlet/comment-page-1/#comment-1331</link>
		<dc:creator>Pt6, Brian Overby: Using the Greeks to Improve your FX Options Trading</dc:creator>
		<pubDate>Sat, 22 May 2010 20:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.brianhartsock.com/?p=1347#comment-1331</guid>
		<description>[...] A better Start-Job cmdlet &#124; Brian Hartsock&#039;s Blog [...]</description>
		<content:encoded><![CDATA[<p>[...] A better Start-Job cmdlet | Brian Hartsock&#39;s Blog [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

