<?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=12020&amp;type=atom" />
	<updated>2016-09-17T10:45:10Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=12020</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Активация действия по времени системы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107803#p107803" />
			<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>2016-09-17T10:45:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107803#p107803</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Активация действия по времени системы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107802#p107802" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong>. Можно так.</p><div class="codebox"><pre><code>Array := Array(&quot;1558&quot;, &quot;1658&quot;)

for i in Array
   MsgBox, % Array[i]
; или так
for i,n1 in Array
   MsgBox, % n1</code></pre></div>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2016-09-17T10:40:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107802#p107802</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Активация действия по времени системы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107796#p107796" />
			<content type="html"><![CDATA[<p><strong>red2881</strong>, зачем так: </p><div class="codebox"><pre><code>target_time = % n1</code></pre></div><p>?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-09-17T09:57:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107796#p107796</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Активация действия по времени системы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107794#p107794" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>;#NoTrayIcon
  Array := Array(&quot;1558&quot;,&quot;1658&quot;) ; время 15:58 , 16:58
 for i,n1 in Array
{
target_time = % n1   
target := A_YYYY A_MM A_DD target_time 00
if (target &lt; A_Now)
   EnvAdd, target, 1, d
EnvSub, target, %A_Now%, Seconds
Sleep, % target * 1000
msgbox Ваши действия!
}</code></pre></div><p>Автор Malcev <a href="http://forum.script-coding.com/viewtopic.php?pid=100489#p100489">http://forum.script-coding.com/viewtopi … 89#p100489</a></p><p>Чем планировщик не устраивает?</p>]]></content>
			<author>
				<name><![CDATA[red2881]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30934</uri>
			</author>
			<updated>2016-09-17T05:35:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107794#p107794</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Активация действия по времени системы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107792#p107792" />
			<content type="html"><![CDATA[<p>Например, периодически проверять переменную A_Min.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2016-09-17T03:04:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107792#p107792</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Активация действия по времени системы.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=107789#p107789" />
			<content type="html"><![CDATA[<p>Есть определённый не сложный скрипт в котором надо что бы ряд действий начинался по одинаковому времени всегда в **:58 минут.Как этого можно добиться если вообще возможно ?</p>]]></content>
			<author>
				<name><![CDATA[anerevandrey]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34113</uri>
			</author>
			<updated>2016-09-17T01:15:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=107789#p107789</id>
		</entry>
</feed>
