<?xml version="1.0" encoding="UTF-8"?>
<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>Adventures As Me &#187; WSH</title>
	<atom:link href="http://blog.tel-cor.com/category/information-technology/programming-wsh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tel-cor.com</link>
	<description>Programming, life, oddities</description>
	<lastBuildDate>Wed, 12 Aug 2009 17:50:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shell Scripting: Windows</title>
		<link>http://blog.tel-cor.com/2004/03/02/shell-scripting-windows/</link>
		<comments>http://blog.tel-cor.com/2004/03/02/shell-scripting-windows/#comments</comments>
		<pubDate>Tue, 02 Mar 2004 15:12:03 +0000</pubDate>
		<dc:creator>telcor</dc:creator>
				<category><![CDATA[WSH]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[
Ever wonder:

How to use VBScript to automate a task?
How to send an e-mail using VBScript?
How WSH could allow more control in Administrating systems?

Starting with this site: Microsoft Windows 2000 Scripting Guide

There is lots of great stuff in there, for example this little gem on sending an e-mail:

Set objEmail = CreateObject("CDO.Message")
objEmail.From = "admin1@fabrikam.com"
objEmail.To = "admin2@fabrikam.com"
objEmail.Subject = [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.tel-cor.com/2004/03/02/shell-scripting-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
