<?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/echo</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 01:52:26 GMT</pubDate>
<item>
<title>(Windows PowerShell) echo print the directory in which the bat bath file is in (it's not the working directory, it's the directory of the bat!) - shadevampire</title>
<link>http://snipplr.com/view/55292/echo-print-the-directory-in-which-the-bat-bath-file-is-in-its-not-the-working-directory-its-the-directory-of-the-bat/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jun 2011 06:56:56 GMT</pubDate>
<guid>http://snipplr.com/view/55292/echo-print-the-directory-in-which-the-bat-bath-file-is-in-its-not-the-working-directory-its-the-directory-of-the-bat/</guid>
</item>
<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>
<item>
<title>(Windows PowerShell) Echo print the current working directory in windows batch file - shadevampire</title>
<link>http://snipplr.com/view/55289/echo-print-the-current-working-directory-in-windows-batch-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jun 2011 06:24:19 GMT</pubDate>
<guid>http://snipplr.com/view/55289/echo-print-the-current-working-directory-in-windows-batch-file/</guid>
</item>
</channel>
</rss>