<?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>Mon, 01 Dec 2008 14:13:14 +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 - Self Deleting Script 1</title>
		<link>http://www.bytemycode.com/snippets/snippet/426/1/</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[
				<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>