<?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[Command window closes automatically]]></title><description><![CDATA[<p dir="auto">Hi everyone!</p>
<p dir="auto">I’m working with Freefem++ and I’m using Notepad++ in order to edit my code. I created a new run command and everything works except one little thing.  When I run my code, a command window opens compiling my code. Up to this point, everything is fine, but if I have an error in my code, the command window close immediately and I can’t see the error. Then, I looked in my folder and I saw a file “.log” where the execution is and I can see my error. Do this over and over again is exhausted and my question is if I can keep the command window open and see my error there.</p>
<p dir="auto">I hope I have explained well and if anyone can help me, I will be very grateful.</p>
<p dir="auto">If someone need more information please, let me know.</p>
<p dir="auto">Thanks,<br />
Cristina.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16554/command-window-closes-automatically</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 07:23:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16554.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Nov 2018 12:16:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Command window closes automatically on Fri, 02 Nov 2018 12:33:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cristina-caravaca-garc%C3%ADa" aria-label="Profile: Cristina-Caravaca-García">@<bdi>Cristina-Caravaca-García</bdi></a></p>
<p dir="auto">What does your <strong>Run</strong> command look like?  If it starts with, say <code>cmd /c</code> and then other stuff to do your thing, then perhaps a simple change to <code>cmd /k</code> will work.</p>
<p dir="auto">Another option would be to keep the .log file open in Notepad++ and then when there is a change to it Notepad++ will pop up asking you if you want to reload it…doing so and switching to it will show you your errors.</p>
<p dir="auto">This is kind of a big topic and it really depends upon what you truly want to achieve.  You can change your command into calling a batch file and do the logic in that, or you could use the <strong>NppExec</strong> plugin and its facilities…the list of possibilities goes on and on…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35961</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35961</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Fri, 02 Nov 2018 12:33:15 GMT</pubDate></item></channel></rss>