<?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>评论：AHK 快餐店[8] 之 读者互动[1]</title>
	<atom:link href="http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/</link>
	<description>分享免费、小巧、实用、有趣、绿色的软件</description>
	<lastBuildDate>Mon, 13 Feb 2012 03:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：keeds</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-80500</link>
		<dc:creator>keeds</dc:creator>
		<pubDate>Mon, 11 Apr 2011 02:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-80500</guid>
		<description>Win7中必须把
我的电脑\%clipboard%
改成
计算机\%clipboard%
&lt;div class=&quot;vote&quot; id=&quot;vote-80500&quot;&gt;&lt;span id=&quot;acv_stat_80500&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-80500&quot; href=&quot;javascript:acv_vote(80500,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-80500&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>Win7中必须把<br />
我的电脑\%clipboard%<br />
改成<br />
计算机\%clipboard%</p>
<div class="vote" id="vote-80500"><span id="acv_stat_80500"></span><a class="acvclick acv4" id="vote4-80500" href="javascript:acv_vote(80500,1);">有用</a>(<span id="cos_support-80500">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：furusato</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-79365</link>
		<dc:creator>furusato</dc:creator>
		<pubDate>Sat, 12 Mar 2011 14:22:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-79365</guid>
		<description>想知道一下如何模拟双击托盘区的某图标
我想控制的软件最小化的时候就退到托盘区了
想复原的话，就只能双击托盘区图标
重新执行一下原来的.exe都不行
有没有什么办法可以做到呢？
&lt;div class=&quot;vote&quot; id=&quot;vote-79365&quot;&gt;&lt;span id=&quot;acv_stat_79365&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-79365&quot; href=&quot;javascript:acv_vote(79365,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-79365&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>想知道一下如何模拟双击托盘区的某图标<br />
我想控制的软件最小化的时候就退到托盘区了<br />
想复原的话，就只能双击托盘区图标<br />
重新执行一下原来的.exe都不行<br />
有没有什么办法可以做到呢？</p>
<div class="vote" id="vote-79365"><span id="acv_stat_79365"></span><a class="acvclick acv4" id="vote4-79365" href="javascript:acv_vote(79365,1);">有用</a>(<span id="cos_support-79365">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：李二嫂的猪</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-21064</link>
		<dc:creator>李二嫂的猪</dc:creator>
		<pubDate>Wed, 25 Jun 2008 01:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-21064</guid>
		<description>AutoIt 脚本：

    $RegWriteResult = RegWrite(&quot;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit&quot;,&quot;LastKey&quot;,&quot;REG_SZ&quot;,$RegKey)
	If $RegWriteResult Then
		;打开注册表编辑器
		Run(&quot;regedit&quot;)    
	Else
		;如果没有注册表访问权限,这个程序就无法使用
		MsgBox(16,&quot;错误&quot;,&quot;错误，请检查是否有注册表修改权限！&quot;)
	EndIf
&lt;div class=&quot;vote&quot; id=&quot;vote-21064&quot;&gt;&lt;span id=&quot;acv_stat_21064&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-21064&quot; href=&quot;javascript:acv_vote(21064,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-21064&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>AutoIt 脚本：</p>
<p>    $RegWriteResult = RegWrite(&#8220;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit&#8221;,&#8221;LastKey&#8221;,&#8221;REG_SZ&#8221;,$RegKey)<br />
	If $RegWriteResult Then<br />
		;打开注册表编辑器<br />
		Run(&#8220;regedit&#8221;)<br />
	Else<br />
		;如果没有注册表访问权限,这个程序就无法使用<br />
		MsgBox(16,&#8221;错误&#8221;,&#8221;错误，请检查是否有注册表修改权限！&#8221;)<br />
	EndIf</p>
<div class="vote" id="vote-21064"><span id="acv_stat_21064"></span><a class="acvclick acv4" id="vote4-21064" href="javascript:acv_vote(21064,1);">有用</a>(<span id="cos_support-21064">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：helfee</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13465</link>
		<dc:creator>helfee</dc:creator>
		<pubDate>Wed, 31 Oct 2007 14:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13465</guid>
		<description>@tireless,比如上面的脚本这样~

#j::
send ^c
clipwait
StringReplace, clipboard, clipboard, ＼,　\, All
StringLeft, reg,clipboard, 5    ;加上这个
if reg=HKEY_                    ;不是 HKEY_ 开头就不打开
{
RegWrite, REG_SZ, HKCU, Software\Microsoft\Windows\CurrentVersion\Applets\Regedit, LastKey,%clipboard%
run regedit /m                  ;多开..
}
return


是说这个不?..
&lt;div class=&quot;vote&quot; id=&quot;vote-13465&quot;&gt;&lt;span id=&quot;acv_stat_13465&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13465&quot; href=&quot;javascript:acv_vote(13465,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13465&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@tireless,比如上面的脚本这样~</p>
<p>#j::<br />
send ^c<br />
clipwait<br />
StringReplace, clipboard, clipboard, ＼,　\, All<br />
StringLeft, reg,clipboard, 5    ;加上这个<br />
if reg=HKEY_                    ;不是 HKEY_ 开头就不打开<br />
{<br />
RegWrite, REG_SZ, HKCU, Software\Microsoft\Windows\CurrentVersion\Applets\Regedit, LastKey,%clipboard%<br />
run regedit /m                  ;多开..<br />
}<br />
return</p>
<p>是说这个不?..</p>
<div class="vote" id="vote-13465"><span id="acv_stat_13465"></span><a class="acvclick acv4" id="vote4-13465" href="javascript:acv_vote(13465,1);">有用</a>(<span id="cos_support-13465">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sfufoet</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13461</link>
		<dc:creator>sfufoet</dc:creator>
		<pubDate>Wed, 31 Oct 2007 13:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13461</guid>
		<description>@tireless，我也不知道，在煎蛋学的。digg 的评论都是这样的。

这个好啊，比写个 to ×××× 方便多了。
&lt;div class=&quot;vote&quot; id=&quot;vote-13461&quot;&gt;&lt;span id=&quot;acv_stat_13461&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13461&quot; href=&quot;javascript:acv_vote(13461,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13461&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@tireless，我也不知道，在煎蛋学的。digg 的评论都是这样的。</p>
<p>这个好啊，比写个 to ×××× 方便多了。</p>
<div class="vote" id="vote-13461"><span id="acv_stat_13461"></span><a class="acvclick acv4" id="vote4-13461" href="javascript:acv_vote(13461,1);">有用</a>(<span id="cos_support-13461">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：tireless</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13458</link>
		<dc:creator>tireless</dc:creator>
		<pubDate>Wed, 31 Oct 2007 12:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13458</guid>
		<description>@helfee，没看懂你的意思
ps:这个“@”是哪里的“语言”？AHK里面的？
&lt;div class=&quot;vote&quot; id=&quot;vote-13458&quot;&gt;&lt;span id=&quot;acv_stat_13458&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13458&quot; href=&quot;javascript:acv_vote(13458,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13458&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@helfee，没看懂你的意思<br />
ps:这个“@”是哪里的“语言”？AHK里面的？</p>
<div class="vote" id="vote-13458"><span id="acv_stat_13458"></span><a class="acvclick acv4" id="vote4-13458" href="javascript:acv_vote(13458,1);">有用</a>(<span id="cos_support-13458">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：helfee</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13451</link>
		<dc:creator>helfee</dc:creator>
		<pubDate>Wed, 31 Oct 2007 07:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13451</guid>
		<description>@tireless,可以加个判断呀,是注册表路径了再继续
ps:绝对不残忍,哈哈,软件读写注册表很普通吧
&lt;div class=&quot;vote&quot; id=&quot;vote-13451&quot;&gt;&lt;span id=&quot;acv_stat_13451&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13451&quot; href=&quot;javascript:acv_vote(13451,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13451&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@tireless,可以加个判断呀,是注册表路径了再继续<br />
ps:绝对不残忍,哈哈,软件读写注册表很普通吧</p>
<div class="vote" id="vote-13451"><span id="acv_stat_13451"></span><a class="acvclick acv4" id="vote4-13451" href="javascript:acv_vote(13451,1);">有用</a>(<span id="cos_support-13451">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：tireless</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13445</link>
		<dc:creator>tireless</dc:creator>
		<pubDate>Wed, 31 Oct 2007 05:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13445</guid>
		<description>那个查找注册表的是不是太残忍了，每查找一次都要写入注册表值一次。
&lt;div class=&quot;vote&quot; id=&quot;vote-13445&quot;&gt;&lt;span id=&quot;acv_stat_13445&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13445&quot; href=&quot;javascript:acv_vote(13445,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13445&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>那个查找注册表的是不是太残忍了，每查找一次都要写入注册表值一次。</p>
<div class="vote" id="vote-13445"><span id="acv_stat_13445"></span><a class="acvclick acv4" id="vote4-13445" href="javascript:acv_vote(13445,1);">有用</a>(<span id="cos_support-13445">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sfufoet</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13420</link>
		<dc:creator>sfufoet</dc:creator>
		<pubDate>Tue, 30 Oct 2007 10:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13420</guid>
		<description>@3m，双引号的问题我知道，原来给弹出来的右键菜单挡住了。：）
&lt;div class=&quot;vote&quot; id=&quot;vote-13420&quot;&gt;&lt;span id=&quot;acv_stat_13420&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13420&quot; href=&quot;javascript:acv_vote(13420,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13420&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@3m，双引号的问题我知道，原来给弹出来的右键菜单挡住了。：）</p>
<div class="vote" id="vote-13420"><span id="acv_stat_13420"></span><a class="acvclick acv4" id="vote4-13420" href="javascript:acv_vote(13420,1);">有用</a>(<span id="cos_support-13420">0</span>)</div>
]]></content:encoded>
	</item>
	<item>
		<title>来自：3m</title>
		<link>http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/comment-page-1/#comment-13419</link>
		<dc:creator>3m</dc:creator>
		<pubDate>Tue, 30 Oct 2007 10:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/ahk-fast-food-restaurant-8-interactive-with-reader-1/#comment-13419</guid>
		<description>@sfufoet, 我这里测试有用? 失败的原因应该是小众自动把代码中的半角引号转成了全角的引号...
@helfee, 嗯嗯, 才知道原来不用加括号也可以...
&lt;div class=&quot;vote&quot; id=&quot;vote-13419&quot;&gt;&lt;span id=&quot;acv_stat_13419&quot;&gt;&lt;/span&gt;&lt;a class=&quot;acvclick acv4&quot; id=&quot;vote4-13419&quot; href=&quot;javascript:acv_vote(13419,1);&quot;&gt;有用&lt;/a&gt;(&lt;span id=&quot;cos_support-13419&quot;&gt;0&lt;/span&gt;)&lt;/div&gt;</description>
		<content:encoded><![CDATA[<p>@sfufoet, 我这里测试有用? 失败的原因应该是小众自动把代码中的半角引号转成了全角的引号&#8230;<br />
@helfee, 嗯嗯, 才知道原来不用加括号也可以&#8230;</p>
<div class="vote" id="vote-13419"><span id="acv_stat_13419"></span><a class="acvclick acv4" id="vote4-13419" href="javascript:acv_vote(13419,1);">有用</a>(<span id="cos_support-13419">0</span>)</div>
]]></content:encoded>
	</item>
</channel>
</rss>

