<?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: Related Snippets</title>
		<link>http://www.bytemycode.com</link>
		<description>Related snippets for this snippet.</description>
		<pubDate>Fri, 29 Aug 2008 15:37:49 +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>Little Shutdown Script</title>
	<link>http://www.bytemycode.com/snippets/snippet/715/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/715/comments/</comments>
	<pubDate>Tue, 04 Sep 2007 22:44:44 +0000</pubDate>
	<dc:creator>explode</dc:creator>
	<category>autorun, restart, shutdown, vbs, VBSCRIPT</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/715/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Tue. Sep. 4th, 2007  10:44 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/715/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/explode/" title="Helper">explode</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/autorun">autorun</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/restart">restart</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/shutdown">shutdown</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/vbs">vbs</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/715/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 4
			<p>This is a great little script that you can put on a friend's flash drive. It won't do any harm to their computer...it's just funny to watch. Put these 2 files in the "root" of the flash drive, cd, or any type of media/external drive. When they plug it in it will run the autorun script which then runs the shutdown script and restarts their computer! You will get a few laughs out of it...guaranteed!</p>
		]]>
	</description>
</item><item>
	<title>ADAM LDIF Installer</title>
	<link>http://www.bytemycode.com/snippets/snippet/574/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/574/comments/</comments>
	<pubDate>Thu, 11 Jan 2007 09:12:17 +0000</pubDate>
	<dc:creator>Casper42</dc:creator>
	<category>ActiveDirectory, AD, ADAM, vbs</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/574/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Thu. Jan. 11th, 2007  9:12 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/574/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/Casper42/" title="Scripter">Casper42</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/ActiveDirectory">ActiveDirectory</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/AD">AD</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/ADAM">ADAM</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/vbs">vbs</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/574/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 7
			<p>I wrote this script to ease installation of LDIF files into ADAM  (Active Directory Application Mode).  Some .NET portal vendors choose a hybrid of SQL and ADAM for their applications, ours did just that.  When developing portlets, they must be registered in ADAM to be made available to the portal.<br /><br />In the course or portlet development it was a pain to locate the directory the LDIF file (description file) lived and then to execute the LDIF installer - so I made it easy - a generic LDIF installer script.  It uses the common OpenDialog to allow for searching for the file and then installing it once the file is selected - a real time-saver.<br /><br />I will have more AD type goodies for you soon...(LDIFs are also used for creating or manipulating User and Computer accounts in AD)</p>
		]]>
	</description>
</item><item>
	<title>Outlook Task from Email</title>
	<link>http://www.bytemycode.com/snippets/snippet/515/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/515/comments/</comments>
	<pubDate>Mon, 06 Nov 2006 08:12:05 +0000</pubDate>
	<dc:creator>Casper42</dc:creator>
	<category>Automation, Email, Outlook, Task</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/515/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Nov. 6th, 2006  8:12 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/515/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/Casper42/" title="Scripter">Casper42</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/Automation">Automation</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Email">Email</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Outlook">Outlook</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Task">Task</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/515/comments/">2 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 2
			<p>Have you ever wanted to create a task in your Outlook To-Do list based on an email you just got??  I have many times, so I wrote this script a while back - it will create an Outlook task (syncs with handheld and such) based on the contents of an email - incuding any attachements.<br /><br />handy to get stuff out of your inbox and on your To-Do list!</p>
		]]>
	</description>
</item><item>
	<title>multi language on site</title>
	<link>http://www.bytemycode.com/snippets/snippet/209/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/209/comments/</comments>
	<pubDate>Fri, 12 May 2006 05:12:59 +0000</pubDate>
	<dc:creator>dannyboy</dc:creator>
	<category>ASP, vbs</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/209/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Fri. May. 12th, 2006  5:12 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/209/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_syntax_master.gif" align="middle" class="icon" alt="Syntax Master" /> <a href="http://www.bytemycode.com/members/member/dannyboy/" title="Syntax Master">dannyboy</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/ASP">ASP</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/vbs">vbs</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/209/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> -4
			<p>Simple multi language choise on website</p>
		]]>
	</description>
</item>
	</channel>
</rss>