<?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>用科技创造明天 &#187; Web</title>
	<atom:link href="http://www.cumt.org/blog/category/web/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cumt.org</link>
	<description>Visual Studio, Oracle, Java, Visual Basic, PHP, Mac, Windows, Linux, FreeBSD</description>
	<lastBuildDate>Sun, 06 Jun 2010 12:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>用 Javascript 控制记事本</title>
		<link>http://www.cumt.org/blog/21</link>
		<comments>http://www.cumt.org/blog/21#comments</comments>
		<pubDate>Mon, 24 Nov 2008 13:53:49 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=21</guid>
		<description><![CDATA[var WshShell = WScript.CreateObject&#40;&#34;WScript.Shell&#34;&#41;; WshShell.AppActivate&#40;&#34;notepad&#34;&#41;; WshShell.Run&#40;&#34;notepad&#34;, 1, false&#41;; WScript.Sleep&#40;500&#41;; WScript.Sleep&#40;300&#41;; WshShell.SendKeys&#40;&#34;1{+}&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;2&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;~&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;*3&#34;&#41;; WScript.Sleep&#40;150&#41;; WshShell.SendKeys&#40;&#34;~&#34;&#41;; WScript.Sleep&#40;250&#41;;]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/21/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
