<?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=13196&amp;type=atom" />
	<updated>2017-11-14T10:08:08Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=13196</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121148#p121148" />
			<content type="html"><![CDATA[<p>Читайте справку и примеры:<br /><a href="https://autohotkey.com/docs/commands/Run.htm">https://autohotkey.com/docs/commands/Run.htm</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-11-14T10:08:08Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121148#p121148</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121146#p121146" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><div class="codebox"><pre><code>
	Run %comspec% /C time %setTime%,, Hide</code></pre></div></blockquote></div><p>Спасибо, то что надо. А возможно из консоли получить данные и присвоить их переменной AHK, например данные того же времени?</p><p><span style="color: #a7a7a7">В AHK конечно это делается через FormatTime например, но интересно можно ли данные из консоли получить в AHK.</span></p>]]></content>
			<author>
				<name><![CDATA[ThrowSum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33610</uri>
			</author>
			<updated>2017-11-14T09:07:37Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121146#p121146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121135#p121135" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Ну так-то оно в правом нижнем углу</p></blockquote></div><p>Вот еще придумали, я всегда в консоли смотрю.</p></blockquote></div><p>Извращенец ))</p>]]></content>
			<author>
				<name><![CDATA[AlexanderG]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33103</uri>
			</author>
			<updated>2017-11-13T18:00:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121135#p121135</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121132#p121132" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>Ну так-то оно в правом нижнем углу</p></blockquote></div><p>Вот еще придумали, я всегда в консоли смотрю.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-11-13T17:46:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121132#p121132</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121131#p121131" />
			<content type="html"><![CDATA[<p>А, ясно. Ну так-то оно в правом нижнем углу, да и встроенная переменная есть. Тем более что потом всё равно пишете 12:00.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-11-13T17:37:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121131#p121131</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121130#p121130" />
			<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>2017-11-13T17:24:52Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121130#p121130</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121129#p121129" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><div class="codebox"><pre><code>RunWait %comspec% /C time /t &amp;&amp; pause
InputBox setTime,, Введите новое время в формате [hours:[minutes[:seconds[.hundredths]]][{A|P}]]:,,,,,,,, 12:00
; setTime := &quot;12:00:00&quot;
If (ErrorLevel = 0)
	Run %comspec% /C time %setTime%,, Hide</code></pre></div></blockquote></div><p>А первая строчка зачем нужна? <img src="//forum.script-coding.com/img/smilies/smile.png" width="15" height="15" /></p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2017-11-13T17:17:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121129#p121129</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121128#p121128" />
			<content type="html"><![CDATA[<p>В справке указан пример, как это сделать через dllcall.<br /><a href="https://lexikos.github.io/v1/docs/commands/DllCall.htm">https://lexikos.github.io/v1/docs/commands/DllCall.htm</a></p>]]></content>
			<author>
				<name><![CDATA[Malcev]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26930</uri>
			</author>
			<updated>2017-11-13T16:50:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121128#p121128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121124#p121124" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>RunWait %comspec% /C time /t &amp;&amp; pause
InputBox setTime,, Введите новое время в формате [hours:[minutes[:seconds[.hundredths]]][{A|P}]]:,,,,,,,, 12:00
; setTime := &quot;12:00:00&quot;
If (ErrorLevel = 0)
	Run %comspec% /C time %setTime%,, Hide</code></pre></div>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-11-13T13:36:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121124#p121124</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121123#p121123" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>stealzy пишет:</cite><blockquote><p>Через встроенные консольные программы Date и Time. Если хотите обмануть некую программу, то ищите RunAsDate.exe.</p></blockquote></div><p>Time скорее всего то что надо, я так понимаю это winAPI, dll какие-то надо подключать? Не подскажите как это сделать? Я в этом направлении совсем не разбираюсь.</p>]]></content>
			<author>
				<name><![CDATA[ThrowSum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33610</uri>
			</author>
			<updated>2017-11-13T12:02:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121123#p121123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121106#p121106" />
			<content type="html"><![CDATA[<p>Через встроенные консольные программы Date и <a href="https://technet.microsoft.com/en-us/library/bb491015.aspx">Time</a>. Если хотите обмануть некую программу, то ищите RunAsDate.exe.</p>]]></content>
			<author>
				<name><![CDATA[stealzy]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=31937</uri>
			</author>
			<updated>2017-11-13T00:05:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121106#p121106</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Изменить системное время]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=121101#p121101" />
			<content type="html"><![CDATA[<p>А можно каким-то образом изменить системное время используя AHK?</p>]]></content>
			<author>
				<name><![CDATA[ThrowSum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33610</uri>
			</author>
			<updated>2017-11-12T19:48:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=121101#p121101</id>
		</entry>
</feed>
