<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Проверка другого ahk-скрипта на предмет выполнения]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=12631&amp;type=atom" />
	<updated>2017-04-22T11:10:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12631</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка другого ahk-скрипта на предмет выполнения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115255#p115255" />
			<content type="html"><![CDATA[<p><strong>Flasher</strong><br />Получилось то что и нужно, спасибо большое.<br /></p><div class="codebox"><pre><code>
SetTitleMatchMode, 2 
DetectHiddenWindows, On 
if WinExist(&quot;test.ahk ahk_class AutoHotkey&quot;)
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2017-04-22T11:10:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115255#p115255</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка другого ahk-скрипта на предмет выполнения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115252#p115252" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=8575">AHK: как определить текущий статус другого запущенного ahk-скрипта?</a><br /></p><div class="codebox"><pre><code>SetTitleMatchMode, 2
DetectHiddenWindows, On
MsgBox % WinExist(&quot;test.ahk ahk_class AutoHotkey&quot;) ? &quot;запущен&quot; : &quot;не запущен&quot;</code></pre></div><p><span style="color: green">Заголовок &quot;AHK: Проверка&nbsp; активного скрипта&quot; заменён на отражающий суть поставленного вопроса.</span></p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2017-04-22T03:37:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115252#p115252</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка другого ahk-скрипта на предмет выполнения]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=115251#p115251" />
			<content type="html"><![CDATA[<p>Добрый день форумчане.<br />Появилась у меня такая идея как проверить активен ли какой либо скрипт на данный момент, как и с проверкой активного окна. <br />К примеру:<br /></p><div class="codebox"><pre><code>
if (WinActive(&quot;Calc&quot;)
</code></pre></div><p>Теперь вопрос, знает ли кто как можно выполнить проверку по названию скрипта(test.ahk) именно в формате .ahk, если он не имеет активного окна(Gui) а только значек в трее?</p>]]></content>
			<author>
				<name><![CDATA[slavafedora]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34221</uri>
			</author>
			<updated>2017-04-22T02:42:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=115251#p115251</id>
		</entry>
</feed>
