<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Открыть файл (file.txt) в текущей папке]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11518&amp;type=atom" />
	<updated>2016-04-21T14:58:09Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11518</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102781#p102781" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Работает! Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2016-04-21T14:58:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102781#p102781</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102778#p102778" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F11::
	for item in ComObjCreate(&quot;Shell.Application&quot;).Windows
		continue
	until WinExist(&quot;A&quot;) = item.hwnd &amp;&amp; found := 1
	if found &amp;&amp; FileExist(path := item.document.folder.self.path &quot;\file.txt&quot;)
		Run % path</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2016-04-21T14:46:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102778#p102778</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102771#p102771" />
			<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-04-21T13:46:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102771#p102771</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102768#p102768" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong> Да.</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2016-04-21T13:28:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102768#p102768</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102767#p102767" />
			<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-04-21T13:26:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102767#p102767</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102766#p102766" />
			<content type="html"><![CDATA[<p><strong>teadrinker</strong><br />Та, в которой нахожусь в данный момент (которая открыта в проводнике).</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2016-04-21T13:17:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102766#p102766</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102765#p102765" />
			<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-04-21T13:12:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102765#p102765</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Открыть файл (file.txt) в текущей папке]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=102764#p102764" />
			<content type="html"><![CDATA[<p>Всем Привет!<br />Задача следующая:<br />В каждой папке, лежит файл (file.txt).<br />Нужно чтобы по горячей клавиши, открывался этот файл в текущей папке!</p>]]></content>
			<author>
				<name><![CDATA[tregalka]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33600</uri>
			</author>
			<updated>2016-04-21T11:13:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=102764#p102764</id>
		</entry>
</feed>
