<?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=9084&amp;type=atom" />
	<updated>2013-12-30T06:16:30Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9084</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Проверка и чтение текстового файла]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78659#p78659" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop, read, C:\Log File.txt
    last_line := A_LoopReadLine ; По завершении цикла здесь будет содержаться последняя строка.
If  last_line = &quot;Время действовать&quot;
    MsgBox &quot;Время читать справку&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Zohann]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26234</uri>
			</author>
			<updated>2013-12-30T06:16:30Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78659#p78659</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Проверка и чтение текстового файла]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=78570#p78570" />
			<content type="html"><![CDATA[<p>Здравствуйте, мне нужно разобраться, как читать текстовый файл (который часто обновляется), и если на нижней его строчке появится определенный текст, то будет проделано действие. Пример: в текстовом файле на нижней строчке появился текст &quot;Время действовать&quot;. Скрипт увидел эту надпись и перешел к выполнению задач.</p>]]></content>
			<author>
				<name><![CDATA[Captain_SERG]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31229</uri>
			</author>
			<updated>2013-12-27T20:31:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=78570#p78570</id>
		</entry>
</feed>
