<?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=14793&amp;type=atom" />
	<updated>2019-05-25T13:36:48Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=14793</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Переименование документов по порядку.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134441#p134441" />
			<content type="html"><![CDATA[<p>Спасибо!</p>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-25T13:36:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134441#p134441</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Переименование документов по порядку.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134420#p134420" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2019-05-21T12:51:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134420#p134420</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK:Переименование документов по порядку.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134419#p134419" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>%A_Index%</code></pre></div>]]></content>
			<author>
				<name><![CDATA[svoboden]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=34280</uri>
			</author>
			<updated>2019-05-21T11:28:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134419#p134419</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK:Переименование документов по порядку.]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=134418#p134418" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sega.83]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40132</uri>
			</author>
			<updated>2019-05-21T10:02:32Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=134418#p134418</id>
		</entry>
</feed>
