<?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=10903</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=10903&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: [Решен] Замена Команды в текстовый документ».]]></description>
		<lastBuildDate>Tue, 25 Aug 2015 12:26:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: [Решен] Замена Команды в текстовый документ]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96805#p96805</link>
			<description><![CDATA[<p><span style="color: green"><strong>lukas_endigo_91</strong>, у нас принято пользоваться заглавными буквами и знаками препинания. Отредактируйте свои посты.</span></p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Tue, 25 Aug 2015 12:26:28 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96805#p96805</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: [Решен] Замена Команды в текстовый документ]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96804#p96804</link>
			<description><![CDATA[<div class="quotebox"><cite>Nikva пишет:</cite><blockquote><p><a href="http://www.script-coding.com/AutoHotkey/Include.html">#Include наверное то, что вы хотите.</a></p></blockquote></div><p>Воо это то что нужно, спасибо за ответ и оперативность.<br />Код получился следующий<br /></p><div class="quotebox"><blockquote><p>i3:<br />#Include %A_ScriptDir%\Script\i01.ahk<br />return</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (lukas_endigo_91)]]></author>
			<pubDate>Tue, 25 Aug 2015 11:51:46 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96804#p96804</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: [Решен] Замена Команды в текстовый документ]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96803#p96803</link>
			<description><![CDATA[<p><a href="http://www.script-coding.com/AutoHotkey/IniRead.html">Чтение значения параметра из INI-файла стандартного формата,</a><br />или<br /><a href="http://www.script-coding.com/AutoHotkey/FileRead.html">Чтение файла в переменную.</a><br /><a href="http://www.script-coding.com/AutoHotkey/FileReadLine.html">Тоже чтение файла, но построчно.</a><br /><a href="http://www.script-coding.com/AutoHotkey/Include.html">#Include наверное то, что вы хотите.</a></p>]]></description>
			<author><![CDATA[null@example.com (Nikva)]]></author>
			<pubDate>Tue, 25 Aug 2015 11:23:17 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96803#p96803</guid>
		</item>
		<item>
			<title><![CDATA[AHK: [Решен] Замена Команды в текстовый документ]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=96802#p96802</link>
			<description><![CDATA[<p>Доброе время суток, помогите пожалуйста разобраться.<br /><strong>Суть проблемы</strong>, имеется код:<br /></p><div class="codebox"><pre><code>i3:
MouseGetPos, lx, ty
lx1:=lx/2
ty1:=ty/2
WinGetPos, lxW, tyW, w, h
w1:=w/2
h1:=h/2
;ac1:=+w/2
lxW1:=lx-lxW+w/2
;MsgBox, Текущая позиция мышки `n   left = %lx%    [%lx1%] `n   top  = %ty%   [%ty1%]`nТекущие размеры окна  `n   width  = %w%   [%w1%] `n   heigh  = %h%    [%h1%]`n`nРасчет`n   %ac1%
MouseMove, %lxW1%, %ty%
return</code></pre></div><p>Находиться он в самом .ahk файле.<br /><strong>А теперь вопрос</strong>, как я могу указать в файле так, что-бы сам код i3: считывался не с .ahk файла, а с текстового документа который находиться рядом?</p>]]></description>
			<author><![CDATA[null@example.com (lukas_endigo_91)]]></author>
			<pubDate>Tue, 25 Aug 2015 11:01:51 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=96802#p96802</guid>
		</item>
	</channel>
</rss>
