<?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: Snippets for the TimboTheGreat</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this member.</description>
		<pubDate>Wed, 07 Jan 2009 21:10:37 +0000</pubDate>
		<copyright>1998-2009 </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 - Text To Speech</title>
	<link>http://www.bytemycode.com/snippets/snippet/646/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/646/comments/</comments>
	<pubDate>Sat, 21 Apr 2007 19:04:41 +0000</pubDate>
	<dc:creator>TimboTheGreat</dc:creator>
	<category>speech, tts, VBSCRIPT, voice</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/646/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Sat. Apr. 21st, 2007  7:04 PM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/646/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/TimboTheGreat/" title="Helper">TimboTheGreat</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/speech">speech</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/tts">tts</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/VBSCRIPT">VBSCRIPT</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/voice">voice</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/646/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 5
			<p>This script demonstrates the use of the Speech API via VBScript.  Simply type in the word or phrase that you want to the computer to speak and click OK.  Useful for vocalizing the results of a function or literally reading a text file to the user.<br /><br />Note:  To successfully run this code you MUST have the Speech API installed.  The Speech API is installed during a complete Office install.  If the required libraries are not present on your system, search Microsoft.com for the speech API SDK download.  See this page for help on setting up Text To Speech: http://support.microsoft.com/kb/306902/</p>
		]]>
	</description>
</item><item>
	<title>VBScript - ForceWScript</title>
	<link>http://www.bytemycode.com/snippets/snippet/549/</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[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Nov. 28th, 2006  4:04 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/549/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/TimboTheGreat/" title="Helper">TimboTheGreat</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/VBSCRIPT">VBSCRIPT</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/wscript">wscript</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/549/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 9
			<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><item>
	<title>VBScript - ForceCScript</title>
	<link>http://www.bytemycode.com/snippets/snippet/548/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/548/comments/</comments>
	<pubDate>Tue, 28 Nov 2006 03:59:34 +0000</pubDate>
	<dc:creator>TimboTheGreat</dc:creator>
	<category>BATCH, cscript, VBSCRIPT</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/548/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Nov. 28th, 2006  3:59 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/548/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/TimboTheGreat/" title="Helper">TimboTheGreat</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/BATCH">BATCH</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/cscript">cscript</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/VBSCRIPT">VBSCRIPT</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/548/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>This script demonstrates the user of a procedure that forces the currently executing script to execute under the CScript scripting host.  This allows the output from WScript.Echo statements to be displayed in a command prompt dialog in a similar way to older style batch files, making this procedure ideal for batch processing.<br /><br />Typical usage would see the ForceCScript procedure called at the beginning of a script.</p>
		]]>
	</description>
</item><item>
	<title>VBScript - Self Deleting Script</title>
	<link>http://www.bytemycode.com/snippets/snippet/426/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/426/comments/</comments>
	<pubDate>Mon, 09 Oct 2006 02:22:36 +0000</pubDate>
	<dc:creator>TimboTheGreat</dc:creator>
	<category>"self deleting", VBSCRIPT</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/426/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Oct. 9th, 2006  2:22 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/426/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_helper.gif" align="middle" class="icon" alt="Helper" /> <a href="http://www.bytemycode.com/members/member/TimboTheGreat/" title="Helper">TimboTheGreat</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/%22self+deleting%22">"self deleting"</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/VBSCRIPT">VBSCRIPT</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/426/comments/">1 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 9
			<p>This script demonstrates the use of a function that allows a script to delete itself from disk.  The function can be called from anywhere within the script and the script will continue to function normally (assuming the script does not further attempt to access itself on disk).  Handy for homebrew uninstallation programs that require the removal of all installation files, including the setup file.</p>
		]]>
	</description>
</item>
	</channel>
</rss>