<?xml version="1.0" encoding="UTF-8"?><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: Automate Windows Tasks with AutoHotkey</title>
	<atom:link href="http://www.online-tech-tips.com/free-software-downloads/autohotkey-automate-windows-tasks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.online-tech-tips.com/free-software-downloads/autohotkey-automate-windows-tasks/</link>
	<description></description>
	<lastBuildDate>Mon, 23 Nov 2009 04:59:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sonia</title>
		<link>http://www.online-tech-tips.com/free-software-downloads/autohotkey-automate-windows-tasks/comment-page-1/#comment-12944</link>
		<dc:creator>Sonia</dc:creator>
		<pubDate>Wed, 17 Sep 2008 02:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.online-tech-tips.com/free-software-downloads/autohotkey-automate-windows-tasks/#comment-12944</guid>
		<description>Several tasks can be defined inside one ahk file. You don&#039;t have to have one script file per task. For example, the three following tasks can be in one ahk file:

^y::run http://www.yahoo.com
^g::run http://www.google.com
^e::exit

So, pressing the hotkey &#039;ctrl+y&#039; will launch Yahoo, pressing the hotkey &#039;ctrl+g&#039; will launch Google and pressing the hotkey &#039;ctrl+e&#039; will terminate the script.

It is a very simple yet useful example. I tested with success ahk files with more than 100 tasks. Of course with so many tasks you could have to use an Enterpad because it is not practical to remember all the hotkeys.

Sonia</description>
		<content:encoded><![CDATA[<p>Several tasks can be defined inside one ahk file. You don&#8217;t have to have one script file per task. For example, the three following tasks can be in one ahk file:</p>
<p>^y::run <a href="http://www.yahoo.com" rel="nofollow">http://www.yahoo.com</a><br />
^g::run <a href="http://www.google.com" rel="nofollow">http://www.google.com</a><br />
^e::exit</p>
<p>So, pressing the hotkey &#8216;ctrl+y&#8217; will launch Yahoo, pressing the hotkey &#8216;ctrl+g&#8217; will launch Google and pressing the hotkey &#8216;ctrl+e&#8217; will terminate the script.</p>
<p>It is a very simple yet useful example. I tested with success ahk files with more than 100 tasks. Of course with so many tasks you could have to use an Enterpad because it is not practical to remember all the hotkeys.</p>
<p>Sonia</p>
]]></content:encoded>
	</item>
</channel>
</rss>
