<?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=17538&amp;type=atom" />
	<updated>2023-01-06T21:09:07Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17538</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация запуску по времени на пк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156204#p156204" />
			<content type="html"><![CDATA[<p>Всё нашёл.<br />Если кому то понадобится.<br /></p><div class="codebox"><pre><code>FormatTime, TimeString, T2 T8, Time
if TimeString = 7:10
    {
	необходимое действие
	}</code></pre></div><p>А если подробней то вот статья <a href="https://ahk-wiki.ru/formattime">https://ahk-wiki.ru/formattime</a></p>]]></content>
			<author>
				<name><![CDATA[pwch]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42951</uri>
			</author>
			<updated>2023-01-06T21:09:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156204#p156204</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация запуску по времени на пк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156203#p156203" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Loop
{
IF (A_Hour = 7) &amp; (A_Min = 16)
	{
	ToolTip, Время 7:10
	Soundbeep
	Sleep, 3000
	ToolTip
	}
Sleep, 60000
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2023-01-06T20:58:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156203#p156203</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация запуску по времени на пк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156202#p156202" />
			<content type="html"><![CDATA[<p>А можете подсказать как кодом это должно выгледить.</p>]]></content>
			<author>
				<name><![CDATA[pwch]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42951</uri>
			</author>
			<updated>2023-01-06T19:59:03Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156202#p156202</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Автоматизация запуску по времени на пк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156201#p156201" />
			<content type="html"><![CDATA[<p>Возможно. Пусть скрипт периодически проверяет содержимое переменных A_Hour и A_Min.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2023-01-06T16:57:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156201#p156201</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Автоматизация запуску по времени на пк]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=156197#p156197" />
			<content type="html"><![CDATA[<p>Возможно ли релизовать автоматический запуск действий AHK от времени на пк.<br />Чтобы уже запущенное AHK когда на часах будет 7:10 утра начинало действие loop с определенной командой и когда время повторно будет 7:10 оно выполняло всё по новой.</p>]]></content>
			<author>
				<name><![CDATA[pwch]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=42951</uri>
			</author>
			<updated>2023-01-06T12:21:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=156197#p156197</id>
		</entry>
</feed>
