<?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>评论：TabKey Appinn &#8211; Tab 一下，自动完成输入！</title>
	<atom:link href="http://www.appinn.com/tabkey-appinn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.appinn.com/tabkey-appinn/</link>
	<description>分享免费、小巧、实用、有趣、绿色的软件</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:44:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Wingl83</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45352</link>
		<dc:creator>Wingl83</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45352</guid>
		<description>@sfufoet, 即使带上路径也不行。</description>
		<content:encoded><![CDATA[<p>@sfufoet, 即使带上路径也不行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Wingl83</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45351</link>
		<dc:creator>Wingl83</dc:creator>
		<pubDate>Thu, 16 Jul 2009 16:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45351</guid>
		<description>@sfufoet, 我试过了，但是不行，用批处理运行后会直接弹出Ahk2Exe.exe程序。我是这样写的：

Ahk2Exe.exe /in Explorer.ahk /out Explorer.exe /icon 30.ico

究竟是哪里有问题呢？</description>
		<content:encoded><![CDATA[<p>@sfufoet, 我试过了，但是不行，用批处理运行后会直接弹出Ahk2Exe.exe程序。我是这样写的：</p>
<p>Ahk2Exe.exe /in Explorer.ahk /out Explorer.exe /icon 30.ico</p>
<p>究竟是哪里有问题呢？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Wingl83</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45340</link>
		<dc:creator>Wingl83</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45340</guid>
		<description>@非鱼, 上面代码中的引号为西文半角引号，注意修改路径。</description>
		<content:encoded><![CDATA[<p>@非鱼, 上面代码中的引号为西文半角引号，注意修改路径。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Wingl83</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45339</link>
		<dc:creator>Wingl83</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45339</guid>
		<description>@非鱼, 我也有过这个烦恼，后来才发现需要先进入TabKeyAppinn.exe所在文件夹，再运行TabKeyAppinn.exe即可。

把下面的代码保存到*.bat文件并将*.bat文件放到“启动”中即可。
cd /d &quot;D:\TabKey\&quot;
start &quot;&quot; &quot;TabKeyAppinn.exe&quot;

开机时会有黑框一闪而过。是因为这个批处理在运行，因为我不太会写VBS，算是一个折中的办法吧。</description>
		<content:encoded><![CDATA[<p>@非鱼, 我也有过这个烦恼，后来才发现需要先进入TabKeyAppinn.exe所在文件夹，再运行TabKeyAppinn.exe即可。</p>
<p>把下面的代码保存到*.bat文件并将*.bat文件放到“启动”中即可。<br />
cd /d &#8220;D:\TabKey\&#8221;<br />
start &#8220;&#8221; &#8220;TabKeyAppinn.exe&#8221;</p>
<p>开机时会有黑框一闪而过。是因为这个批处理在运行，因为我不太会写VBS，算是一个折中的办法吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sfufoet</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45338</link>
		<dc:creator>sfufoet</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45338</guid>
		<description>@Wingl83, ---------------------------
Ahk2Exe
---------------------------
Command Line Parameters:

Ahk2Exe.exe /in infile.ahk [/out outfile.exe] [/icon iconfile.ico] [/pass password]
---------------------------
确定   
---------------------------</description>
		<content:encoded><![CDATA[<p>@Wingl83, &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Ahk2Exe<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Command Line Parameters:</p>
<p>Ahk2Exe.exe /in infile.ahk [/out outfile.exe] [/icon iconfile.ico] [/pass password]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
确定<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sfufoet</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45337</link>
		<dc:creator>sfufoet</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45337</guid>
		<description>---------------------------
Ahk2Exe
---------------------------
Command Line Parameters:

Ahk2Exe.exe /in infile.ahk [/out outfile.exe] [/icon iconfile.ico] [/pass password]
---------------------------
确定   
---------------------------</description>
		<content:encoded><![CDATA[<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Ahk2Exe<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Command Line Parameters:</p>
<p>Ahk2Exe.exe /in infile.ahk [/out outfile.exe] [/icon iconfile.ico] [/pass password]<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
确定<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Wingl83</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-45336</link>
		<dc:creator>Wingl83</dc:creator>
		<pubDate>Thu, 16 Jul 2009 09:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-45336</guid>
		<description>可否给出ahk转exe的命令行代码？</description>
		<content:encoded><![CDATA[<p>可否给出ahk转exe的命令行代码？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：非鱼</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-42939</link>
		<dc:creator>非鱼</dc:creator>
		<pubDate>Tue, 16 Jun 2009 06:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-42939</guid>
		<description>@sfufoet, 很奇怪，我就是用这个方法做的（也试过在注册表的run中加项目），但这样启动的程序点击“设置”后出来的窗口中是空的，看不到已经定义的项目，所以一开始我以为这样是不能运行的，才向你发问。后来发现其实这个时候已经可以使用定义好的那些快捷键了。不知道是程序的Bug呢还是什么原因？</description>
		<content:encoded><![CDATA[<p>@sfufoet, 很奇怪，我就是用这个方法做的（也试过在注册表的run中加项目），但这样启动的程序点击“设置”后出来的窗口中是空的，看不到已经定义的项目，所以一开始我以为这样是不能运行的，才向你发问。后来发现其实这个时候已经可以使用定义好的那些快捷键了。不知道是程序的Bug呢还是什么原因？</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sfufoet</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-42841</link>
		<dc:creator>sfufoet</dc:creator>
		<pubDate>Sun, 14 Jun 2009 14:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-42841</guid>
		<description>@Wingl83, 你再检查一下路径是不是哪里写错了。</description>
		<content:encoded><![CDATA[<p>@Wingl83, 你再检查一下路径是不是哪里写错了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：sfufoet</title>
		<link>http://www.appinn.com/tabkey-appinn/#comment-42840</link>
		<dc:creator>sfufoet</dc:creator>
		<pubDate>Sun, 14 Jun 2009 14:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.appinn.com/?p=1964#comment-42840</guid>
		<description>@Wingl83, 我可以啊。

run ..\Compiler\Ahk2Exe.exe

这个语句是没有问题的。

另外，不建议把用它来输入密码，很不保险，我自己最近工作非常非常忙，几乎连更新小众都要挤时间，所以，这个软件不知道猴年马月才能更新。唉～没办法，IT 民工。</description>
		<content:encoded><![CDATA[<p>@Wingl83, 我可以啊。</p>
<p>run ..\Compiler\Ahk2Exe.exe</p>
<p>这个语句是没有问题的。</p>
<p>另外，不建议把用它来输入密码，很不保险，我自己最近工作非常非常忙，几乎连更新小众都要挤时间，所以，这个软件不知道猴年马月才能更新。唉～没办法，IT 民工。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
