<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippet Revisions</title>
		<link>http://www.bytemycode.com</link>
		<description>Revisions for this snippet.</description>
		<pubDate>Sun, 23 Nov 2008 11:42:02 +0000</pubDate>
		<copyright>1998-2008 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	
	<item>
		<title>VBScript - ForceWScript 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/549/1/</link>
		<comments>http://www.bytemycode.com/snippets/snippet/549/comments/</comments>
		<pubDate>Tue, 28 Nov 2006 04:04:46 +0000</pubDate>
		<dc:creator>TimboTheGreat</dc:creator>
		<category>VBSCRIPT, wscript</category>
		<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/549/</guid>
		<description>
			<![CDATA[
				<p>This script demonstrates the user of a procedure that forces the currently executing script to execute under the WScript scripting host. This forces the output from WScript.Echo statements to be displayed message box dialog.  This functionality may be useful in situations where the default scripting host is set to cscript.exe and/or the programmer uses a common set of code to program for wscript.exe and cscript.exe.<br /><br />Typical usage would see the ForceWScript procedure called at the beginning of a script.</p>
			]]>
		</description>
	</item>

	
	</channel>
</rss>