<?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=14322&amp;type=atom" />
	<updated>2018-11-15T15:29:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14322</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: контроль за изменением каталога]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129827#p129827" />
			<content type="html"><![CDATA[<p>Почему же никак?<br /><a href="https://blogs.msdn.microsoft.com/oldnewthing/20130418-00/?p=4623">https://blogs.msdn.microsoft.com/oldnew … 00/?p=4623</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2018-11-15T15:29:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129827#p129827</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: контроль за изменением каталога]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129826#p129826" />
			<content type="html"><![CDATA[<p>Постфактум - никак, по ходу дела - хукать открывающие процессы и определять их принадлежность.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2018-11-15T15:22:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129826#p129826</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: контроль за изменением каталога]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129822#p129822" />
			<content type="html"><![CDATA[<p>Интересно, по каким признакам можно определить, что файл был последний раз изменён из-под другой учётки?</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2018-11-15T13:54:13Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129822#p129822</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: контроль за изменением каталога]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=129805#p129805" />
			<content type="html"><![CDATA[<p>Добрый день! Подскажите пож-та, возможно ли настроить скрипт так, чтобы уведомление приходило, только когда изменения делаются из под другой УЗ ( If A_username != My). Заранее спасибо!<br /></p><div class="codebox"><pre><code>
#SingleInstance force  


SetTimer, CompareFiles, 500

CompareFiles:

filePath := &quot;S:\1\*.pdf&quot;
filePath2 := &quot;S:\1\*.xlsx&quot;

loop
{
while (!FileExist(filePath) &amp;&amp; !FileExist(filePath2))
Sleep 300
	MsgBox, , ***, Каталог изменён!!!
}

!Esc:: Pause
^esc::ExitApp

</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2018-11-15T06:31:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=129805#p129805</id>
		</entry>
</feed>
