<?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=6024&amp;type=atom" />
	<updated>2011-07-21T08:53:07Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=6024</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размещение выделенных файлов и папок]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50046#p50046" />
			<content type="html"><![CDATA[<p>Спасибо.:)</p>]]></content>
			<author>
				<name><![CDATA[MixaLich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27090</uri>
			</author>
			<updated>2011-07-21T08:53:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50046#p50046</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размещение выделенных файлов и папок]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=50034#p50034" />
			<content type="html"><![CDATA[<p>На самом деле можно, <a href="http://www.autohotkey.com/forum/topic65707.html">используя</a> COM.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-07-20T18:44:23Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=50034#p50034</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размещение выделенных файлов и папок]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49992#p49992" />
			<content type="html"><![CDATA[<p>Ясно, короче без использования Ctrl + C - никак. Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[MixaLich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27090</uri>
			</author>
			<updated>2011-07-19T13:25:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49992#p49992</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Размещение выделенных файлов и папок]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49991#p49991" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>F11::
   TempClipboard := ClipboardAll      ; сохраняем буфер обмена во временную переменную
   Clipboard =                        ; опустошаем буфер обмена
   Send, ^{vk43}   ; Ctrl + C
   ClipWait
   FilePath := Clipboard              ; сейчас в буфере обмена путь к выделенному файлу
   Clipboard := TempClipboard
   MsgBox, % FilePath
   Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-07-19T13:20:27Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49991#p49991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Размещение выделенных файлов и папок]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49990#p49990" />
			<content type="html"><![CDATA[<p>Всем доброго времени суток.<br />Подскажите пожалуйста, возможно ли выделив в окне проводника Windows файл или папку, и с помощью скрипта определить их размещение? Вариант типа чтения строки адреса в окне проводника не устраивает, так как файл допустим находится на рабочем столе; копирование файла в буфер обмена и вытягивать его путь оттуда тоже не хочется делать, ищу альтернативу. Может есть какой то способ через DLLCall?<br />Заранее спасибо.</p>]]></content>
			<author>
				<name><![CDATA[MixaLich]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27090</uri>
			</author>
			<updated>2011-07-19T13:12:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49990#p49990</id>
		</entry>
</feed>
