<?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=14793</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=14793&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK:Переименование документов по порядку.».]]></description>
		<lastBuildDate>Sat, 25 May 2019 13:36:48 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK:Переименование документов по порядку.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134441#p134441</link>
			<description><![CDATA[<p>Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (sega.83)]]></author>
			<pubDate>Sat, 25 May 2019 13:36:48 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134441#p134441</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Переименование документов по порядку.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134420#p134420</link>
			<description><![CDATA[<p><strong>sega.83</strong></p><div class="codebox"><pre><code>

inFolder := % A_Desktop &quot;/Новая папка&quot;

Loop, %inFolder%\*
   {
    FileMove, %A_LoopFileFullPath%, %inFolder%\%A_Index%.%A_LoopFileExt%

}

msgBox, Готово!

ExitApp


</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (inseption86)]]></author>
			<pubDate>Tue, 21 May 2019 12:51:53 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134420#p134420</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK:Переименование документов по порядку.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134419#p134419</link>
			<description><![CDATA[<div class="codebox"><pre><code>%A_Index%</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (svoboden)]]></author>
			<pubDate>Tue, 21 May 2019 11:28:20 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134419#p134419</guid>
		</item>
		<item>
			<title><![CDATA[AHK:Переименование документов по порядку.]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=134418#p134418</link>
			<description><![CDATA[<div class="codebox"><pre><code>F7:: 
InputBox, q, Введите количество циклов.
Loop %q%
{
Send {F2}
Sleep 1000
Send {1}      ;при последующих циклах это должно быть 2,3,4 и так далее...
Send {Enter}
Sleep 1000
Send {down}
}
F1::
exitapp</code></pre></div><p>Подскажите, как чтобы при последующих циклах нумерация шла в порядке +1. И так далее.</p>]]></description>
			<author><![CDATA[null@example.com (sega.83)]]></author>
			<pubDate>Tue, 21 May 2019 10:02:32 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=134418#p134418</guid>
		</item>
	</channel>
</rss>
