<?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 open multiple urls at once?]]></title><description><![CDATA[<p dir="auto">How to open multiple urls at once?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20522/how-to-open-multiple-urls-at-once</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 04:29:08 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20522.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Dec 2020 21:52:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to open multiple urls at once? on Mon, 28 Dec 2020 04:04:53 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<a class="plugin-mentions-user plugin-mentions-a" href="/user/bruno-martinha" aria-label="Profile: Bruno-Martinha">@<bdi>Bruno-Martinha</bdi></a><br />
Please you have open multiple URLs at once to use the CMD batch script file for this and insert the command below in the batch script file:</p>
<pre><code>FOR /F %%link IN (&lt;your text file.txt&gt;) DO  start chrome %%link
</code></pre>
<p dir="auto">I hope this information will be useful to you.<br />
Thank you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61146</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61146</guid><dc:creator><![CDATA[prahladmifour]]></dc:creator><pubDate>Mon, 28 Dec 2020 04:04:53 GMT</pubDate></item><item><title><![CDATA[Reply to How to open multiple urls at once? on Sun, 27 Dec 2020 21:59:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bruno-martinha" aria-label="Profile: Bruno-Martinha">@<bdi>Bruno-Martinha</bdi></a></p>
<p dir="auto">not sure if there is a plugin which can do this but natively, afaik, you can’t do it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/61140</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/61140</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 27 Dec 2020 21:59:35 GMT</pubDate></item></channel></rss>