<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Запуск скрипта в указанное время]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=11049</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11049&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Запуск скрипта в указанное время».]]></description>
		<lastBuildDate>Sun, 01 Nov 2015 10:10:14 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Запуск скрипта в указанное время]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98615#p98615</link>
			<description><![CDATA[<p>Можно и без цикла обойтись:<br /></p><div class="codebox"><pre><code>target_time = 1205   ; 12:05
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 Alarm!</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Malcev)]]></author>
			<pubDate>Sun, 01 Nov 2015 10:10:14 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98615#p98615</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запуск скрипта в указанное время]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98595#p98595</link>
			<description><![CDATA[<p><strong>Alectric</strong>, можно компактней:<br /></p><div class="codebox"><pre><code>loop
sleep,500
until ( a_hour=15 and a_min=31 and a_sec=20 ) and itstime:=1

msgbox 1
return

#IF itstime
F1::msgbox,Хоткеи работают.</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (yalanne)]]></author>
			<pubDate>Sat, 31 Oct 2015 10:32:40 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98595#p98595</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запуск скрипта в указанное время]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98590#p98590</link>
			<description><![CDATA[<p>Как-то так:<br /></p><div class="codebox"><pre><code>loop
{
  sleep,60000
  if (a_hour=11 and a_min=44)
    itstime=1
} until itstime

; код скрипта:
msgbox,Скрипт запущен.
return


#if itstime

; хоткеи скрипта:
f1::
msgbox,Хоткеи работают.
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Alectric)]]></author>
			<pubDate>Sat, 31 Oct 2015 06:44:30 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98590#p98590</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Запуск скрипта в указанное время]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=98589#p98589</link>
			<description><![CDATA[<p>Доброе время суток.<br />Как можно в виде формы или или в коде реализовать запуск скрипта в определенное время?</p>]]></description>
			<author><![CDATA[null@example.com (lukas_endigo_91)]]></author>
			<pubDate>Sat, 31 Oct 2015 06:19:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=98589#p98589</guid>
		</item>
	</channel>
</rss>
