<?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: Create autorun registry key (run application with Windows start)</title>
	<atom:link href="http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/</link>
	<description>...free Delphi tips &#38; source code repository</description>
	<lastBuildDate>Thu, 22 Sep 2011 09:38:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: gord</title>
		<link>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/comment-page-1/#comment-12</link>
		<dc:creator>gord</dc:creator>
		<pubDate>Wed, 13 Aug 2008 21:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/#comment-12</guid>
		<description>Heh. That&#039;s why you&#039;re admin and I just...well, you know :)

BTW, this is awesome site - I find a lot of tips not available on other Delphi tips sites. Hat down.

gord</description>
		<content:encoded><![CDATA[<p>Heh. That&#8217;s why you&#8217;re admin and I just&#8230;well, you know <img src='http://www.delphitips.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>BTW, this is awesome site &#8211; I find a lot of tips not available on other Delphi tips sites. Hat down.</p>
<p>gord</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/comment-page-1/#comment-11</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 13 Aug 2008 18:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/#comment-11</guid>
		<description>to gord: Sorry, but I don&#039;t understand your question. You can do it exactly as you mentioned.:-)

You can use something like this:

if Reg.OpenKey(Key,False) then Reg.WriteString(key, &#039;MyApp&#039;, Application.ExeName);</description>
		<content:encoded><![CDATA[<p>to gord: Sorry, but I don&#8217;t understand your question. You can do it exactly as you mentioned.:-)</p>
<p>You can use something like this:</p>
<p>if Reg.OpenKey(Key,False) then Reg.WriteString(key, &#8216;MyApp&#8217;, Application.ExeName);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gord</title>
		<link>http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/comment-page-1/#comment-10</link>
		<dc:creator>gord</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:18:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.delphitips.net/2007/06/16/create-autorun-registry-key-run-application-with-windows-start/#comment-10</guid>
		<description>Thank you for this code. One question: How could I change:
 
&#039;c:\MyApp.exe&#039; 

to something like this:

&#039;ExtractFilePath(Application.ExeName)\MyApp.exe&#039;

Thanks</description>
		<content:encoded><![CDATA[<p>Thank you for this code. One question: How could I change:</p>
<p>&#8216;c:\MyApp.exe&#8217; </p>
<p>to something like this:</p>
<p>&#8216;ExtractFilePath(Application.ExeName)\MyApp.exe&#8217;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

