<?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=13653&amp;type=atom" />
	<updated>2018-04-26T17:52:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13653</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK : Обнаружение выключения компьютера]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124943#p124943" />
			<content type="html"><![CDATA[<p>Идеально.</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-04-26T17:52:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124943#p124943</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK : Обнаружение выключения компьютера]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124941#p124941" />
			<content type="html"><![CDATA[<p>Для простой записки достаточно такого:<br /></p><div class="codebox"><pre><code>OnMessage(0x11, &quot;WM_QUERYENDSESSION&quot;)

WM_QUERYENDSESSION()  {
   FileAppend, предсмертная записка, %A_Desktop%\test.txt
   Return true
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2018-04-26T17:25:38Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124941#p124941</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK : Обнаружение выключения компьютера]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=124939#p124939" />
			<content type="html"><![CDATA[<p>Хотелось бы узнать можно ли при обнаружении выключения компьютера и при обнаружении сделать &quot;предсмертную записку&quot; и продолжить выключение?</p>]]></content>
			<author>
				<name><![CDATA[qqlexa]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=39096</uri>
			</author>
			<updated>2018-04-26T16:40:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=124939#p124939</id>
		</entry>
</feed>
