<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Команда OnExit]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=9784&amp;type=atom" />
	<updated>2014-07-09T08:42:50Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=9784</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда OnExit]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84645#p84645" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Irbis пишет:</cite><blockquote><p>Так задумано разработчиком - из справки AHK:</p></blockquote></div><p> а нововведений для <strong>ExitApp</strong> надеюсь нет? В справке я не нашёл, но мало ли, а то придётся все скрипты переписывать.<br /><img src="//forum.script-coding.com/img/smilies/big_smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[Indomito]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27285</uri>
			</author>
			<updated>2014-07-09T08:42:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84645#p84645</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда OnExit]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84633#p84633" />
			<content type="html"><![CDATA[<p>Некоторые системные процессы нельзя завершить, а также антивирусники.<br />Наверно можно как-то использовать...</p><p><em>Просто мысли в слух.</em></p>]]></content>
			<author>
				<name><![CDATA[Alectric]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=26027</uri>
			</author>
			<updated>2014-07-08T16:14:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84633#p84633</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда OnExit]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84632#p84632" />
			<content type="html"><![CDATA[<p>Так это вроде разные вещи - дать команду приложению на завершение работы через еёный интерфейс (например кнопка [X] ), или убить процесс при помощи стороннего приложения.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-07-08T16:05:26Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84632#p84632</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Команда OnExit]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84625#p84625" />
			<content type="html"><![CDATA[<p>Так задумано разработчиком - из справки AHK:</p><div class="quotebox"><blockquote><p>Remarks</p><p>The OnExit subroutine is called when the script exits by any means (<strong>except when it is killed by something like &quot;End Task&quot;</strong>).</p></blockquote></div><p>Вероятно, есть способ поставить хук на это событие, правда не факт что система позволит что-либо сделать, прежде чем принудительно завершит процесс.</p>]]></content>
			<author>
				<name><![CDATA[Irbis]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27384</uri>
			</author>
			<updated>2014-07-08T09:29:02Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84625#p84625</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Команда OnExit]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=84614#p84614" />
			<content type="html"><![CDATA[<p>Заметил что команда OnExit не работает по факту закрытия процесса, например из диспетчера задач. Кто знает почему, и как с этим боротся?<br /></p><div class="codebox"><pre><code>
OnExit, Exit
Return

Exit:
    MsgBox
    ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2014-07-08T06:45:07Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=84614#p84614</id>
		</entry>
</feed>
