<?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"
	>
<channel>
	<title>Comments on: Creating text files using the Scripting.FileSystemObject with VBScript</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 18:59:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Stoinov</title>
		<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/#comment-21</link>
		<dc:creator>Stoinov</dc:creator>
		<pubDate>Mon, 21 Apr 2008 20:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/#comment-21</guid>
		<description>I guess you mean that const statement should be put outside the function scope?
I thought this too obvious to mention :)</description>
		<content:encoded><![CDATA[<p>I guess you mean that const statement should be put outside the function scope?<br />
I thought this too obvious to mention <img src='http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jlees</title>
		<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/#comment-19</link>
		<dc:creator>Jlees</dc:creator>
		<pubDate>Mon, 21 Apr 2008 17:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/#comment-19</guid>
		<description>VERY VERY Close, Stoinov. In fact, I'd say it's accurate. I did notice one gotcha on my access method request in the extra credit. It has to do with the scope of the defined constants.</description>
		<content:encoded><![CDATA[<p>VERY VERY Close, Stoinov. In fact, I&#8217;d say it&#8217;s accurate. I did notice one gotcha on my access method request in the extra credit. It has to do with the scope of the defined constants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoinov</title>
		<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/#comment-17</link>
		<dc:creator>Stoinov</dc:creator>
		<pubDate>Mon, 21 Apr 2008 09:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/#comment-17</guid>
		<description>Function WriteTextFile (OutputFile, Data, AccessMethod)
   ...
   Set wrtlog = fso.OpenTextFile (OutputFile, AccessMethod , true)
   ...
End Function</description>
		<content:encoded><![CDATA[<p>Function WriteTextFile (OutputFile, Data, AccessMethod)<br />
   &#8230;<br />
   Set wrtlog = fso.OpenTextFile (OutputFile, AccessMethod , true)<br />
   &#8230;<br />
End Function</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->