<?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>Tara Andrei &#187; windows scripting</title>
	<atom:link href="http://andreitara.com/tag/windows-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://andreitara.com</link>
	<description>I could change the world if they would let my allocate more instances of myself.</description>
	<lastBuildDate>Wed, 07 Mar 2012 21:30:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating a simple script to shutodwn you&#8217;re computer</title>
		<link>http://andreitara.com/2008/11/creating-a-simple-script-to-shutodwn-youre-computer/</link>
		<comments>http://andreitara.com/2008/11/creating-a-simple-script-to-shutodwn-youre-computer/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 19:49:00 +0000</pubDate>
		<dc:creator>andreiT</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows scripting]]></category>

		<guid isPermaLink="false">http://www.andreitara.com/?p=8</guid>
		<description><![CDATA[Today I am going to show you how to create a simple script that will shutdown you&#8217;re computer. First of all it works just on Windows first of all open notepad and write the code above shutdown -s -t [xx] first of all replace the [xx] with a value in seconds by example 30 and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.andreitara.com/wp-content/uploads/2008/11/scripts-icon.png"><img class="alignnone size-medium wp-image-17" title="scripts-icon" src="http://www.andreitara.com/wp-content/uploads/2008/11/scripts-icon.png" alt="" width="128" height="128" /></a></p>
<p>Today I am going to show you how to create a simple script that will shutdown you&#8217;re computer. First of all it works just on Windows first of all open notepad and write the code above</p>
<blockquote><p>shutdown -s -t [xx]</p></blockquote>
<p>first of all replace the [xx] with a value in seconds by example  30 and then  save the file with extension <strong>.bat</strong> a very important aspect, the name can by whatever you want.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreitara.com/2008/11/creating-a-simple-script-to-shutodwn-youre-computer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

