<?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[Concatinate files]]></title><description><![CDATA[<p dir="auto">I wish to load a bunch of files, and concatenate them into one.<br />
how do I do that?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26734/concatinate-files</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 00:28:50 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26734.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Apr 2025 16:52:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Concatinate files on Tue, 01 Apr 2025 17:40:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> Thanx very much for your help</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100626</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100626</guid><dc:creator><![CDATA[Robert Or Janet Diebel]]></dc:creator><pubDate>Tue, 01 Apr 2025 17:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to Concatinate files on Tue, 01 Apr 2025 17:00:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robert-or-janet-diebel" aria-label="Profile: Robert-Or-Janet-Diebel">@<bdi>Robert-Or-Janet-Diebel</bdi></a> ,</p>
<p dir="auto">You could open the files, and copy from one to another manually.</p>
<p dir="auto">Notepad++ does not have a built-in way to automate that task, probably because the command-line equivalent is so dead simple (in cmd.exe, <code>type a b c &gt; output</code> ; I am sure that the powershell is equally doable but highly more wordy) that the author didn’t think anyone would bother trying to do it inside Notepad++, as there would be no real benefit that Notepad++ could bring to the process.</p>
<p dir="auto">If you absolutely had to do it inside Notepad++ for some reason, and were willing to install the PythonScript plugin (or other scripting plugin), you could write a script to run in the plugin that would loop through all the open tabs in order, and concatenate them into a new file – but that would be more complicated than just doing the command-line that I showed above.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100623</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100623</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 01 Apr 2025 17:00:06 GMT</pubDate></item></channel></rss>