<?xml version="1.0" encoding="ISO-8859-1"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: XML Driven Logon Script hit version 4.00g</title>
	<atom:link href="http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/feed/" rel="self" type="application/rss+xml" />
	<link>http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Sep 2010 10:44:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Egil Hansen</title>
		<link>http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/comment-page-1/#comment-35</link>
		<dc:creator>Egil Hansen</dc:creator>
		<pubDate>Fri, 22 Feb 2008 19:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.egil.dk/2008/02/19/xml-driven-logon-script-hit-version-400g/#comment-35</guid>
		<description>Hi Jim

That is not a bad idea. The main script is getting a little big, currently around 40 KB, so making certain functions optional could lower the size.

I actually have a very simple function in the script right now, that will include another script using WScript.Execute.

I like the idea of making the script more modular, I will have to look in to it at a later time though, overworked atm. :)</description>
		<content:encoded><![CDATA[<p>Hi Jim</p>
<p>That is not a bad idea. The main script is getting a little big, currently around 40 KB, so making certain functions optional could lower the size.</p>
<p>I actually have a very simple function in the script right now, that will include another script using WScript.Execute.</p>
<p>I like the idea of making the script more modular, I will have to look in to it at a later time though, overworked atm. <img src='http://egilhansen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Vierra</title>
		<link>http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/comment-page-1/#comment-34</link>
		<dc:creator>Jim Vierra</dc:creator>
		<pubDate>Fri, 22 Feb 2008 17:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.egil.dk/2008/02/19/xml-driven-logon-script-hit-version-400g/#comment-34</guid>
		<description>Excellent work.  Very good idea for anyone needing to manage a lot of different logon scripts.

Have you considered storing the script functions in an XML document.

You can use MSXML to load them into a string and use WScript.Execute to compile the function(s) into current memory.

This would allow more flexibility in building a function library and reduce the size/complexity of teh &quot;bootstrap&quot; script.</description>
		<content:encoded><![CDATA[<p>Excellent work.  Very good idea for anyone needing to manage a lot of different logon scripts.</p>
<p>Have you considered storing the script functions in an XML document.</p>
<p>You can use MSXML to load them into a string and use WScript.Execute to compile the function(s) into current memory.</p>
<p>This would allow more flexibility in building a function library and reduce the size/complexity of teh &#8220;bootstrap&#8221; script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
