<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/windows-powershell/tags/with</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 20:59:15 GMT</pubDate>
<item>
<title>(Windows PowerShell) echo print text to file with windows batch bat - shadevampire</title>
<link>http://snipplr.com/view/55290/echo-print-text-to-file-with-windows-batch-bat/</link>
<description><![CDATA[ <p>echo "hello" >> tmp.txt will append the text "hello" to tmp.txt
echo "world" > tmp.txt will overwrite the existing tmp.txt 's content, and after this it will only contain "world"</p> ]]></description>
<pubDate>Thu, 16 Jun 2011 06:28:50 GMT</pubDate>
<guid>http://snipplr.com/view/55290/echo-print-text-to-file-with-windows-batch-bat/</guid>
</item>
</channel>
</rss>