<?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=8996&amp;type=atom" />
	<updated>2013-12-11T03:27:14Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8996</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: копирование имён выделенных файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=77994#p77994" />
			<content type="html"><![CDATA[<p>Великолепно, большое спасибо.<br />Показать собеседнику 10 файлов теперь просто сказочно просто.</p>]]></content>
			<author>
				<name><![CDATA[chegr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30575</uri>
			</author>
			<updated>2013-12-11T03:27:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=77994#p77994</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: копирование имён выделенных файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=77992#p77992" />
			<content type="html"><![CDATA[<p>Если нужны только имена, то так:<br /></p><div class="codebox"><pre><code>#^vk43::
   Clipboard =
   Send, ^{vk43}
   ClipWait
   Clipboard := RegExReplace(Clipboard, &quot;m`a).*\\(.*)&quot;, &quot;$1&quot;)
   return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-12-11T03:17:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=77992#p77992</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: копирование имён выделенных файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=77990#p77990" />
			<content type="html"><![CDATA[<p>Я так и думал, что есть простой способ свести одну сущность к другой.<br />Осталось лишь научиться отрезать пути к этим файлам, так, чтобы в результате оставались только собственно имена.<br />Это регулярные выражения, по идее, трим до последнего слэша?<br />Как это сделать в АХК?</p>]]></content>
			<author>
				<name><![CDATA[chegr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30575</uri>
			</author>
			<updated>2013-12-11T00:00:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=77990#p77990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: копирование имён выделенных файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=77972#p77972" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>#^vk43::
   Clipboard =
   Send, ^{vk43}
   ClipWait
   Clipboard := Clipboard
   return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2013-12-10T10:25:31Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=77972#p77972</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: копирование имён выделенных файлов]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=77966#p77966" />
			<content type="html"><![CDATA[<p>Иногда мне требуется передать собеседнику имена некоторых файлов.<br />Как можно сделать так, чтобы при копировании произвольного набора файлов комбинацией, скажем, Win+Ctrl+C в буфере обмена оказывался текст, содержащий их имена по строкам?</p>]]></content>
			<author>
				<name><![CDATA[chegr]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30575</uri>
			</author>
			<updated>2013-12-10T05:16:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=77966#p77966</id>
		</entry>
</feed>
