<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Launching a plugin when ++ startsup]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’d like ++ to open then launch the compare plugin, is this possible?</p>
<p dir="auto">At the moment its being from within excel with 2 files;<br />
s = Shell(sNotePadPath &amp; Sheets(“Settings”).Range(“sourceDir”) &amp; sFileName)</p>
<p dir="auto">Thanks for the help</p>
<p dir="auto">Simon</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13312/launching-a-plugin-when-startsup</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 16:05:46 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13312.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 17 Feb 2017 11:39:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Launching a plugin when ++ startsup on Fri, 17 Feb 2017 16:41:40 GMT]]></title><description><![CDATA[<p dir="auto">Thankyou,  I did use the sendkeys in the end…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21986</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21986</guid><dc:creator><![CDATA[Simon Mehnert]]></dc:creator><pubDate>Fri, 17 Feb 2017 16:41:40 GMT</pubDate></item><item><title><![CDATA[Reply to Launching a plugin when ++ startsup on Fri, 17 Feb 2017 14:38:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/simon-mehnert" aria-label="Profile: Simon-Mehnert">@<bdi>Simon-Mehnert</bdi></a></p>
<p dir="auto">npp, afaik,  doesn’t have a builtin way to do what you want but depending on<br />
your installation it is possible solve the problem with plugins for example<br />
npp_exec (advanced option-&gt;run script at startup) or<br />
pythonscript or luascript plugin registering a callback for READY or BUFFERACTIVATED notification.</p>
<p dir="auto">I assume the code you posted is VBA and Shell seems to return something.<br />
If this is the handle, can’t you do something like sending a keystroke to that handle?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21979</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21979</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 17 Feb 2017 14:38:44 GMT</pubDate></item></channel></rss>