<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Egil Hansen &#187; VBScript</title>
	<atom:link href="http://egilhansen.com/category/vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://egilhansen.com</link>
	<description>.NET, Windows, ASP.Net, scripts</description>
	<lastBuildDate>Thu, 04 Feb 2010 13:32:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updates all over</title>
		<link>http://egilhansen.com/2008/05/10/updates-all-over/</link>
		<comments>http://egilhansen.com/2008/05/10/updates-all-over/#comments</comments>
		<pubDate>Sat, 10 May 2008 08:05:41 +0000</pubDate>
		<dc:creator>Egil Hansen</dc:creator>
				<category><![CDATA[Egil.dk]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[XML Driven Logon Script]]></category>

		<guid isPermaLink="false">http://www.egil.dk/?p=79</guid>
		<description><![CDATA[While the XML Driven Logon Script hit version 4.00k, I decided to give the site an overhaul as well. After a smooth update to the latest and greatest WordPress engine, I manage to tweak the famous Kubrick theme to better suite my tastes, a wider main column, and different colours in the header. It is [...]]]></description>
			<content:encoded><![CDATA[<p>While the <a href="/xml-driven-logon-script/">XML Driven Logon Script</a> hit version <a href="/xml-driven-logon-script/download/">4.00k</a>, I decided to give the site an overhaul as well. After a smooth update to the latest and greatest <a href="http://wordpress.org/">WordPress</a> engine, I manage to tweak the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> theme to better suite my tastes, a wider main column, and different colours in the header. It is not big changes, but not much was needed.
</p>
<p>After putting the logon script online earlier this year, the feedback I have received has been rewarding to say the least. Two ideas I would like to find time to implement, is a more modular version of the script, where administrators are able to tidy out actions and other optional components they do not need. This will help keep the size of the script down, which currently stands at 44 kb. Another idea is making it easier for everyone to customize the messages the script print out during execution. Administrators will thus be able to translate the script to their own native language.
</p>
<p>When I will be able to find the time to implement the ideas above is hard to say, the weather is getting damn good here in Denmark, after all <img src='http://egilhansen.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://egilhansen.com/2008/05/10/updates-all-over/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XML Driven Logon Script hit version 4.00g</title>
		<link>http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/</link>
		<comments>http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 22:48:11 +0000</pubDate>
		<dc:creator>Egil Hansen</dc:creator>
				<category><![CDATA[VBScript]]></category>
		<category><![CDATA[XML Driven Logon Script]]></category>

		<guid isPermaLink="false">http://www.egil.dk/2008/02/19/xml-driven-logon-script-hit-version-400g/</guid>
		<description><![CDATA[After a long day of updating, testing and documenting, the XML Driven Logon Script have hit version 4.00g.
I am still missing a section in the documentation, but that will have to wait to another day.
Take a look and let me know what you think.
]]></description>
			<content:encoded><![CDATA[<p>After a long day of updating, testing and documenting, the <a href="/xml-driven-logon-script/" title="XML Driven Logon Script">XML Driven Logon Script</a> have hit version 4.00g.</p>
<p>I am still missing a section in the documentation, but that will have to wait to another day.</p>
<p>Take a look and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://egilhansen.com/2008/02/19/xml-driven-logon-script-hit-version-400g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Toggling services on/off with VBScripting</title>
		<link>http://egilhansen.com/2007/03/18/toggling-services-onoff-with-vbscripting/</link>
		<comments>http://egilhansen.com/2007/03/18/toggling-services-onoff-with-vbscripting/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 12:19:34 +0000</pubDate>
		<dc:creator>Egil Hansen</dc:creator>
				<category><![CDATA[VBScript]]></category>

		<guid isPermaLink="false">http://www.egil.dk/2007/03/18/toggling-services-onoff-with-vbscripting/</guid>
		<description><![CDATA[I was tired of always having to start/stop my IIS and MSSQL services (I turn then off when I&#8217;m not developing), so I decided to write a small VBScript to help me do it. This script can be used to start/stop a number of services and their dependents, in a toggle start/stop fashion. It also [...]]]></description>
			<content:encoded><![CDATA[<p>I was tired of always having to start/stop my IIS and MSSQL services (I turn then off when I&#8217;m not developing), so I decided to write a small VBScript to help me do it. This script can be used to start/stop a number of services and their dependents, in a toggle start/stop fashion. It also allows you to specify a explicit action, either start or stop.</p>
<p>I&#8217;ve made it easy to modify it for use with other services, so have a look and let me know what you think:</p>
<p>Download: <a href="/code/StartStopServices.vbs" title="Download StartStopServices.vbs">StartStopServices.vbs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://egilhansen.com/2007/03/18/toggling-services-onoff-with-vbscripting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
