<?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[Transfer temp &#x27;new&#x27; files from old system to new system]]></title><description><![CDATA[<p dir="auto">Sometimes I have NotePad++ open with several ‘new’ tabs containing information for later reference.  I recently got a new system and would like to transfer these ‘new’ files from the old system to the new system.  I have already done that and placed the files on the new system in the NotePad++ backup folder … C:\Users\GeraldSchwesinger\AppData\Roaming\Notepad++\backup\ …<br />
On my old system, these files would be retained when I exit and restart NotePad++.  When I start up NotePad++ on my new system, the temp ‘new’ are not being opened.  There must be something else I need to do?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23834/transfer-temp-new-files-from-old-system-to-new-system</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 16:48:36 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23834.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 01 Dec 2022 15:26:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Transfer temp &#x27;new&#x27; files from old system to new system on Thu, 01 Dec 2022 18:05:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gfs-invest" aria-label="Profile: GFS-Invest">@<bdi>GFS-Invest</bdi></a> said in <a href="/post/82175">Transfer temp ‘new’ files from old system to new system</a>:</p>
<blockquote>
<p dir="auto">When I start up NotePad++ on my new system, the temp ‘new’ are not being opened.</p>
</blockquote>
<p dir="auto">To give some color as to why: Notepad++ doesn’t just look at the <code>backup</code> folder and load all of those files; instead, it has a session file, which tells it how many unsaved files are currently open, and which temporary <code>backup</code> file each of those unsaved files maps to.</p>
<p dir="auto">While Notepad++ doesn’t do that, you can use a scripting language of some sort to do it.  For example, <a href="https://community.notepad-plus-plus.org/post/79802">here</a> I published a solution that works with the PythonScript plugin: it will scan through your <code>backup</code> directory, and add a file to the current session for each file in that directory.</p>
<p dir="auto">But as Alan says, with only a handful of files (and 8 is easily within those bounds), don’t bother with that script: just manually copy the data from those into new file(s).</p>
<p dir="auto">And I second his encouragement to use known-location saved files.  I always have a file open at work that is <code>Peter's Scratchpad</code>: it’s where I put in my “temporary” stuff, which I may delete from at a moment’s notice, but is always saved, so the “temporary” data can persist for seconds, minutes, hours, days, months, or years.  (Yes, I do have stuff in there for years – it’s where I keep my list of unicode checkboxes and arrows that I frequently use and want to be able to easily copy/paste into other documents or into forums like this → ☑.)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82181</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82181</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 01 Dec 2022 18:05:09 GMT</pubDate></item><item><title><![CDATA[Reply to Transfer temp &#x27;new&#x27; files from old system to new system on Thu, 01 Dec 2022 15:45:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> Thank you for your reply.  To be exact, there are 8 temp files of data with potential future reference and/or use.  I understand your comments about saving.  Data is not critical.  Just keeping around until I need it again and then most likely will delete.  Just thought there was a way these temp files would be viewed the same way as on the old system.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82178</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82178</guid><dc:creator><![CDATA[GFS Invest]]></dc:creator><pubDate>Thu, 01 Dec 2022 15:45:24 GMT</pubDate></item><item><title><![CDATA[Reply to Transfer temp &#x27;new&#x27; files from old system to new system on Thu, 01 Dec 2022 15:38:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gfs-invest" aria-label="Profile: GFS-Invest">@<bdi>GFS-Invest</bdi></a> said in <a href="/post/82175">Transfer temp ‘new’ files from old system to new system</a>:</p>
<blockquote>
<p dir="auto">several ‘new’ tabs</p>
</blockquote>
<p dir="auto">Several as in dozens or hundreds?</p>
<p dir="auto">If you’re talking about only a few, open the first file in Notepad++ and Select All (Ctrl+a) and Copy (Ctrl+c) and then create a new document with (Ctrl+n) and Paste (Ctrl+v) there.  Then close the old first file.  Repeat the technique for other files.</p>
<p dir="auto">In other words, don’t dink around with these at the file-system level, trying to get N++ to accept the files as created on the old system. Just recreate the data in tabs known to the new system and let N++ manage them from there.</p>
<hr />
<p dir="auto">ADDENDUM:  The way you’ve chosen to operate is dangerous if you care at all about this data.  The need to put it on the new system in this manner indicates that you do care about it.  So, you really should get this data into real saved files (i.e., NOT “new 2”, “new 4” etc.).  You’ve been warned; good luck.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/82176</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/82176</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 01 Dec 2022 15:38:47 GMT</pubDate></item></channel></rss>