<?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: How to put line breaks into a text string in Windows Powershell</title>
	<atom:link href="http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php</link>
	<description>I search, I bookmark, I write, You learn.</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:20:09 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Royce</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-1208</link>
		<dc:creator>Royce</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-1208</guid>
		<description>Found my own answer eventually -- use `n (back-tick then n) and it will give you a blank line.</description>
		<content:encoded><![CDATA[<p>Found my own answer eventually &#8212; use `n (back-tick then n) and it will give you a blank line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Royce</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-1205</link>
		<dc:creator>Royce</dc:creator>
		<pubDate>Fri, 15 Jan 2010 23:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-1205</guid>
		<description>Thanks for this -- I applied it to another post I found here like you suggested to have a multi-line email.  However, I&#039;m trying to have some blank lines in the email, but the here-string seems to remove those.  Everything else is formatted as I want, except blank lines get removed.  Anyone know how to have blank lines in a here-string, or another way to solve my problem?  Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8212; I applied it to another post I found here like you suggested to have a multi-line email.  However, I&#8217;m trying to have some blank lines in the email, but the here-string seems to remove those.  Everything else is formatted as I want, except blank lines get removed.  Anyone know how to have blank lines in a here-string, or another way to solve my problem?  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASBNSG</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-452</link>
		<dc:creator>ASBNSG</dc:creator>
		<pubDate>Wed, 25 Feb 2009 04:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-452</guid>
		<description>for some reason, when i test this out, all the original line breaks in my file have been removed and replaced with a unicode square(?)  i&#039;m using notepad to create the txt file, and i&#039;m using the powershell CLI to add the text.

is there something i&#039;m missing here?</description>
		<content:encoded><![CDATA[<p>for some reason, when i test this out, all the original line breaks in my file have been removed and replaced with a unicode square(?)  i&#8217;m using notepad to create the txt file, and i&#8217;m using the powershell CLI to add the text.</p>
<p>is there something i&#8217;m missing here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GMT</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-404</link>
		<dc:creator>GMT</dc:creator>
		<pubDate>Wed, 01 Oct 2008 04:52:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-404</guid>
		<description>Yep ... it works. 
I just made a goofy little test script and it formatted the text perfectly, and subsitituted the value of $something in the body of the text.</description>
		<content:encoded><![CDATA[<p>Yep &#8230; it works.<br />
I just made a goofy little test script and it formatted the text perfectly, and subsitituted the value of $something in the body of the text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GMT</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-403</link>
		<dc:creator>GMT</dc:creator>
		<pubDate>Wed, 01 Oct 2008 04:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-403</guid>
		<description>hello,  does variable interpolation (to borrow a perl-ism) work with this concept? something like:
$something = &quot;peaches&quot;
$var = @&quot; 
&quot;this, that
the other
and yet more...
i saw $something
over there
&quot;
&quot;@
 
thanks, gmt</description>
		<content:encoded><![CDATA[<p>hello,  does variable interpolation (to borrow a perl-ism) work with this concept? something like:<br />
$something = &#8220;peaches&#8221;<br />
$var = @&#8221;<br />
&#8220;this, that<br />
the other<br />
and yet more&#8230;<br />
i saw $something<br />
over there<br />
&#8221;<br />
&#8220;@</p>
<p>thanks, gmt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Array Help - GotGames.com.au</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-272</link>
		<dc:creator>Array Help - GotGames.com.au</dc:creator>
		<pubDate>Tue, 17 Jun 2008 08:28:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-272</guid>
		<description>[...] powershell is &gt;&lt; .  I did bit of google searching.. read this it should fix your problem  How to put line breaks into a text string in Windows Powershell &#124; SearchMarked.com    __________________ #res.gaming- Zer0// - owned_ - Silverbullet - Skfs4r - MaFox [...]</description>
		<content:encoded><![CDATA[<p>[...] powershell is &gt;&lt; .  I did bit of google searching.. read this it should fix your problem  How to put line breaks into a text string in Windows Powershell | SearchMarked.com    __________________ #res.gaming- Zer0// &#8211; owned_ &#8211; Silverbullet &#8211; Skfs4r &#8211; MaFox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hstagner</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-18</link>
		<dc:creator>hstagner</dc:creator>
		<pubDate>Tue, 11 Dec 2007 01:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-18</guid>
		<description>Magic relative to the crazy things that I have to go through in VBScript.  Perception is always relative.

By the way, I do agree with you.  I started learning some beginning Perl and its text-parsing capabilities are light years beyond VBScript.

I am also enjoying learning Ruby. 

Unfortunately, as a system administrator for a Windows Network, I am stuck with the default VBScript for now until I can install another language.

Thanks for reading.  I hope to see you again soon.</description>
		<content:encoded><![CDATA[<p>Magic relative to the crazy things that I have to go through in VBScript.  Perception is always relative.</p>
<p>By the way, I do agree with you.  I started learning some beginning Perl and its text-parsing capabilities are light years beyond VBScript.</p>
<p>I am also enjoying learning Ruby. </p>
<p>Unfortunately, as a system administrator for a Windows Network, I am stuck with the default VBScript for now until I can install another language.</p>
<p>Thanks for reading.  I hope to see you again soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Lieman</title>
		<link>http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php/comment-page-1#comment-17</link>
		<dc:creator>Mike Lieman</dc:creator>
		<pubDate>Tue, 11 Dec 2007 01:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.searchmarked.com/windows/how-to-put-line-breaks-into-a-text-string-in-windows-powershell.php#comment-17</guid>
		<description>You really believe that&#039;s magic?

Learn Perl.</description>
		<content:encoded><![CDATA[<p>You really believe that&#8217;s magic?</p>
<p>Learn Perl.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
