<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16756&amp;type=atom" />
	<updated>2021-11-26T19:17:03Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16756</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150785#p150785" />
			<content type="html"><![CDATA[<p>Команды в AHK-скриптах выполняются сверху вниз до тех пор, пока не встретится первая горячая клавиша, либо команда Return.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-11-26T19:17:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150785#p150785</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150783#p150783" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
#NoEnv
#SingleInstance force

Run C:\sample.xlsm

#IfWinActive Введите пароль ahk_class bosa_sdm_XL9
	LAlt &amp; p::
	Send 12345
	Return
#IfWinActive

ExitApp

</code></pre></div><p>Пароль вводится, но скрипт после этого не выгружается.</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2021-11-26T15:24:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150783#p150783</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150782#p150782" />
			<content type="html"><![CDATA[<p>exit</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2021-11-26T15:09:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150782#p150782</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150781#p150781" />
			<content type="html"><![CDATA[<p><a href="http://script-coding.com/AutoHotkey/Hotkeys.html">http://script-coding.com/AutoHotkey/Hotkeys.html</a><br /><a href="http://script-coding.com/AutoHotkey/ExitApp.html">http://script-coding.com/AutoHotkey/ExitApp.html</a></p>]]></content>
			<author>
				<name><![CDATA[Foma]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31521</uri>
			</author>
			<updated>2021-11-26T15:09:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150781#p150781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150780#p150780" />
			<content type="html"><![CDATA[<p>Вы серьёзно? Вас, должно быть, забанили в гугле.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-11-26T15:07:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150780#p150780</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как сделать, чтоб скрипт сам выгрузился?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=150779#p150779" />
			<content type="html"><![CDATA[<p>Добрый день.</p><p>Есть скрипт с горячей клавишей. Как сделать, чтобы он после одноразового срабатывания горячей клавиши сам выгрузился (пропала иконка в трее).</p>]]></content>
			<author>
				<name><![CDATA[stuermer]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42062</uri>
			</author>
			<updated>2021-11-26T14:58:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=150779#p150779</id>
		</entry>
</feed>
