<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/wordpress-mu-1.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Discussion on: Creating text files using the Scripting.FileSystemObject with VBScript</title>
	<link>http://itknowledgeexchange.techtarget.com/vbscript-systems-administrator/creating-text-files-using-the-scriptingfilesystemobject-with-vbscript/</link>
	<description></description>
	<pubDate>Fri, 16 May 2008 20:15:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=wordpress-mu-1.2.1</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>
		<author>Stoinov</author>
		<pubDate>Mon, 21 Apr 2008 20:05:18 +0000</pubDate>
		<guid>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>
		<author>Jlees</author>
		<pubDate>Mon, 21 Apr 2008 17:48:05 +0000</pubDate>
		<guid>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>
		<author>Stoinov</author>
		<pubDate>Mon, 21 Apr 2008 09:44:10 +0000</pubDate>
		<guid>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>
