<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to change all these file names quickly]]></title><description><![CDATA[<p dir="auto">im sure one of you will know<br />
<a href="https://ibb.co/1bYyQFT" rel="nofollow ugc">https://ibb.co/1bYyQFT</a><br />
i wanna change this part of all them “°Ë»ç_” to apple_ thank you i can pay</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17949/how-to-change-all-these-file-names-quickly</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 11:24:36 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17949.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 Jul 2019 20:54:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to change all these file names quickly on Mon, 22 Jul 2019 04:39:37 GMT]]></title><description><![CDATA[<p dir="auto">To rename multiple files, use this command syntax and press Enter:</p>
<p dir="auto">ren <em>.ext1 ???-new_filename_part.</em></p>
<p dir="auto">Command syntax example:</p>
<p dir="auto">ren <em>.jpg ???-hikingTrip.</em></p>
]]></description><link>https://community.notepad-plus-plus.org/post/45530</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45530</guid><dc:creator><![CDATA[Prahlad-Makwana4145]]></dc:creator><pubDate>Mon, 22 Jul 2019 04:39:37 GMT</pubDate></item><item><title><![CDATA[Reply to how to change all these file names quickly on Sat, 13 Jul 2019 11:58:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi, <a class="plugin-mentions-user plugin-mentions-a" href="/user/matt-desbois" aria-label="Profile: matt-desbois">@<bdi>matt-desbois</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">I didn’t really test the <strong>generated batch</strong> file <strong><code>Rename.bat</code></strong>, when writing my <strong>previous</strong> post. So, I’m very <strong>sorry</strong> because, after <strong>tests</strong>, this morning,  it does <strong>not</strong> work at all :-((</p>
<p dir="auto">After further <strong>tests</strong>, I realized that, using the <strong><code>UTF-8</code></strong> code page, in the current <strong>console</strong> window, prevents from the <strong>good</strong> execution of the <strong>batch</strong> file :-((</p>
<p dir="auto">So, prefer the <strong>DOS</strong> command <strong><code>chcp 1252</code></strong>, which sets <strong>current</strong> encoding to Windows <strong><code>CP 1252</code></strong> (<strong>Western Europe</strong>). According to your <strong>localization</strong>, may be you’ll have to choose, instead, <strong>one</strong> of those, listed below :</p>
<ul>
<li>Windows <strong><code>CP 1250</code></strong> (<strong>Central Europe</strong>)</li>
<li>Windows <strong><code>CP 1251</code></strong> (<strong>Cyrillic</strong>)</li>
<li>Windows <strong><code>CP 1252</code></strong> (<strong>Western Europe</strong>)</li>
<li>Windows <strong><code>CP 1253</code></strong> (<strong>Greek</strong>)</li>
<li>Windows <strong><code>CP 1254</code></strong> (<strong>Turkish</strong>)</li>
<li>Windows <strong><code>CP 1255</code></strong> (<strong>Hebrew</strong>)</li>
<li>Windows <strong><code>CP 1256</code></strong> (<strong>Arabic</strong>)</li>
<li>Windows <strong><code>CP 1257</code></strong> (<strong>Baltic</strong>)</li>
<li>Windows <strong><code>CP 1258</code></strong> (<strong>Viet Nam</strong>)</li>
<li>Windows <strong><code>CP 874 </code></strong> (<strong>Thai</strong>)</li>
</ul>
<p dir="auto">Then, after the <strong>DOS</strong> command <strong><code>dir /b /od &gt; Rename.bat</code></strong> and the opening in Notepad++, the <strong>current</strong> encoding of the <strong><code>Rename.bat</code></strong> <strong>batch</strong> file should be <strong><code>ANSI</code></strong>, in the <strong>status</strong> bar !</p>
<p dir="auto">The <strong>subsequent</strong> operations are <strong>unchanged</strong> and should result to the <strong>correct</strong> renaming !</p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> :</p>
<p dir="auto">From this article, about different <strong>File rename</strong> software :</p>
<p dir="auto"><a href="https://windowsreport.com/file-rename-software/" rel="nofollow ugc">https://windowsreport.com/file-rename-software/</a></p>
<p dir="auto">I downloaded <strong><code>8</code></strong> of them and, finally, after <strong>intensive</strong> testing, my preference is for the <strong>powerful free renamer</strong> software, called <strong><code>Rename Master</code></strong>. Refer below :</p>
<p dir="auto"><a href="http://www.joejoesoft.com/vcms/108/" rel="nofollow ugc">http://www.joejoesoft.com/vcms/108/</a></p>
<p dir="auto">It’s a <strong>portable</strong> program, with <strong>optional</strong> installer, which is designed from <strong>Windows XP</strong> through <strong>Windows 10</strong></p>
<p dir="auto">And for downloading the <strong>last</strong> <strong><code>v3.14</code></strong> version :</p>
<p dir="auto"><a href="http://www.joejoesoft.com/cms/file.php?f=userupload%2f8%2ffiles%2frmv314.zip" rel="nofollow ugc">http://www.joejoesoft.com/cms/file.php?f=userupload%2F8%2Ffiles%2Frmv314.zip</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/45324</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45324</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 13 Jul 2019 11:58:45 GMT</pubDate></item><item><title><![CDATA[Reply to how to change all these file names quickly on Sat, 13 Jul 2019 04:13:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrecool-68" aria-label="Profile: andrecool-68">@<bdi>andrecool-68</bdi></a> - +1 for Total Commander. An indispensable utility!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45322</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45322</guid><dc:creator><![CDATA[rossjparker]]></dc:creator><pubDate>Sat, 13 Jul 2019 04:13:20 GMT</pubDate></item><item><title><![CDATA[Reply to how to change all these file names quickly on Sat, 13 Jul 2019 01:38:42 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/matt-desbois" aria-label="Profile: matt-desbois">@<bdi>matt-desbois</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/andrecool-68" aria-label="Profile: andrecool-68">@<bdi>andrecool-68</bdi></a> and <strong>All</strong>,</p>
<p dir="auto"><strong>Matt</strong>, here is a <strong>solution</strong>, which only needs our <strong>beloved</strong> editor ;-))</p>
<ul>
<li>
<p dir="auto">Open a <strong><code>cmd</code></strong> <strong>console</strong> window</p>
</li>
<li>
<p dir="auto">Type in <strong><code>chcp 65001</code></strong> and hit the <strong>Enter</strong> key</p>
</li>
</ul>
<p dir="auto">=&gt; This command changes your <strong>current</strong> encoding to the <strong>universal</strong> <strong><code>UTF-8</code></strong> encoding and allows a <strong>correct</strong> representation of <strong>any</strong> character</p>
<ul>
<li>Type in <strong><code>cd /d %USERPROFILE%\progress\sm</code></strong> and hit the <strong>Enter</strong> key</li>
</ul>
<p dir="auto">=&gt; You should have been moved to the <strong>folder</strong> containing your <strong>ACT</strong> and <strong>SPR</strong> files ( I used the <strong>path</strong>, seen on your <strong>picture</strong> ! )</p>
<ul>
<li>Type in <strong><code>dir /b /od &gt; Rename.bat</code></strong></li>
</ul>
<p dir="auto">=&gt; A list of <strong>all</strong> names of the files, of <strong>current</strong> folder, are re-written, sorted by <strong>increasing</strong> date of <strong>modification</strong>, in a file named <strong><code>Rename.bat</code></strong></p>
<p dir="auto"><strong>Note</strong> : If your <strong>folder</strong> contains other files <strong>not</strong> desired, you  may prefer the syntax  <strong><code>dir /b /od *.ACT *.SPR &gt; Rename.bat</code></strong></p>
<ul>
<li>
<p dir="auto"><strong>Start</strong> Notepad++</p>
</li>
<li>
<p dir="auto">Open the <strong><code>Rename.bat</code></strong> file, in N++</p>
</li>
</ul>
<p dir="auto">Now, let’s suppose that its <strong>contents</strong> are as below :</p>
<pre><code class="language-diff">xyzt12345.act
xyzt12345.spr
xyzt 123.act
xyzt 123.spr
xyzt°Ë»ç_.act
xyzt°Ë»ç_.spr
xyzt12345678.act
xyzt12345678.spr
</code></pre>
<p dir="auto">And assuming that you want to <strong>change</strong>, for instance, the text <strong><code>xyzt</code></strong>, in each file, so the <strong>first</strong> <strong><code>4</code></strong> characters. Then :</p>
<ul>
<li>
<p dir="auto">Open the <strong>Replace</strong> dialog ( <strong><code>Ctrl + H</code></strong> )</p>
</li>
<li>
<p dir="auto">SEARCH <strong><code>(?-s)^.{</code>4<code>}(.+)</code></strong> ( Of course, modify the <strong>4</strong> digit with the <strong>exact</strong> number of chars to change  ! )</p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>ren\x20"$0"\x20"</code>Replacement_Text<code>\1"</code></strong></p>
</li>
<li>
<p dir="auto">Tick the <strong><code>Wrap around</code></strong> option</p>
</li>
<li>
<p dir="auto">Select the <strong><code>Regular expression</code></strong> search mode</p>
</li>
<li>
<p dir="auto">Click on the <strong><code>Replace All</code></strong> button</p>
</li>
</ul>
<p dir="auto">You should get the <strong>expected</strong> below :</p>
<pre><code class="language-diff">ren "xyzt12345.act" "Replacement_Text12345.act"
ren "xyzt12345.spr" "Replacement_Text12345.spr"
ren "xyzt 123.act" "Replacement_Text 123.act"
ren "xyzt 123.spr" "Replacement_Text 123.spr"
ren "xyzt°Ë»ç_.act" "Replacement_Text°Ë»ç_.act"
ren "xyzt°Ë»ç_.spr" "Replacement_Text°Ë»ç_.spr"
ren "xyzt12345678.act" "Replacement_Text12345678.act"
ren "xyzt12345678.spr" "Replacement_Text12345678.spr"
</code></pre>
<p dir="auto">Note that I <strong>embedded</strong> all filenames, between <strong>double quotes</strong>, because of possible <strong>space</strong> characters, in them !</p>
<ul>
<li>Now, <strong>add</strong> the line <strong><code>@echo OFF</code></strong>, at the <strong>very beginning</strong> of this <strong>batch</strong> file, to prevent the <strong>echo</strong> of commands on the <strong>console</strong> window</li>
</ul>
<p dir="auto">Hence the <strong>final</strong> text :</p>
<pre><code class="language-diff">@echo OFF
ren "xyzt12345.act" "Replacement_Text12345.act"
ren "xyzt12345.spr" "Replacement_Text12345.spr"
ren "xyzt 123.act" "Replacement_Text 123.act"
ren "xyzt 123.spr" "Replacement_Text 123.spr"
ren "xyzt°Ë»ç_.act" "Replacement_Text°Ë»ç_.act"
ren "xyzt°Ë»ç_.spr" "Replacement_Text°Ë»ç_.spr"
ren "xyzt12345678.act" "Replacement_Text12345678.act"
ren "xyzt12345678.spr" "Replacement_Text12345678.spr"
</code></pre>
<ul>
<li>
<p dir="auto"><strong>Save</strong> all the modifications of the <strong>batch</strong> file <strong><code>Rename.bat</code></strong></p>
</li>
<li>
<p dir="auto"><strong>Exit</strong> Notepad++</p>
</li>
<li>
<p dir="auto">Type in <strong><code>Rename.bat</code></strong> on the <strong>console</strong> window and hit the <strong>Enter</strong> key to start the <strong>renaming</strong> process ! That’s all ;-))</p>
</li>
</ul>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
<p dir="auto"><strong>P.S.</strong> :</p>
<p dir="auto">Seemingly, according to what you said, the <strong>exact</strong> regex S/R, that you need, should be, <strong>practically</strong> :</p>
<ul>
<li>
<p dir="auto">SEARCH <strong><code>(?-s)^.{5}(.+)</code></strong></p>
</li>
<li>
<p dir="auto">REPLACE <strong><code>ren\x20"$0"\x20"apple_\1"</code></strong></p>
</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/45320</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45320</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 13 Jul 2019 01:38:42 GMT</pubDate></item><item><title><![CDATA[Reply to how to change all these file names quickly on Fri, 12 Jul 2019 21:20:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matt-desbois" aria-label="Profile: matt-desbois">@<bdi>matt-desbois</bdi></a><br />
Total Commander \ Multi Rename Tool</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45319</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45319</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Fri, 12 Jul 2019 21:20:43 GMT</pubDate></item><item><title><![CDATA[Reply to how to change all these file names quickly on Fri, 12 Jul 2019 20:55:58 GMT]]></title><description><![CDATA[<p dir="auto">Sorry, Notepad++ is a text editor, not a filesystem-maintenance/renaming utility.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45318</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45318</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 12 Jul 2019 20:55:58 GMT</pubDate></item></channel></rss>