<?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[Open with... broken for filenames with spaces]]></title><description><![CDATA[<p dir="auto">Hi, long-time user of PowerArchiver here.<br />
I noticed that some time ago the “Open with…” functionality broke for files with spaces in the name. Tested with latest PA2017 (64bit) on Win7.</p>
<p dir="auto">The issue is that the argument isn’t passed as a single string to tools, so for instance trying to file “My Text File.txt” using “Open with…” a tool located at C:\Program Files\Tool\My_Tool.exe will try to open the following files:</p>
<p dir="auto">%TEMP%_PAnnn\My<br />
%TEMP%_PAnnn\Text<br />
%TEMP%_PAnnn\File.txt</p>
<p dir="auto">Basically, the file name needs to be enclosed in double quotes for this to not happen, so tools are called “%TOOL_LOCATION%” “FILE_LOCATION%”, e.g. “C:\Program Files\Tool\My_Tool.exe” “%TEMP%_PAnnn\My Text File.txt”</p>
<p dir="auto">Thanks in advance,</p>
<p dir="auto">Robert</p>
]]></description><link>https://forums.powerarchiver.com/topic/5765/open-with-broken-for-filenames-with-spaces</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 20:15:12 GMT</lastBuildDate><atom:link href="https://forums.powerarchiver.com/topic/5765.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 May 2017 13:21:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Open with... broken for filenames with spaces on Tue, 06 Jun 2017 15:40:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/freakrob" aria-label="Profile: FreakRob">@<bdi>FreakRob</bdi></a> thanks a lot. 2 more bugs and free license or extension, just a reminder!</p>
]]></description><link>https://forums.powerarchiver.com/post/34908</link><guid isPermaLink="true">https://forums.powerarchiver.com/post/34908</guid><dc:creator><![CDATA[spwolf]]></dc:creator><pubDate>Tue, 06 Jun 2017 15:40:43 GMT</pubDate></item><item><title><![CDATA[Reply to Open with... broken for filenames with spaces on Tue, 06 Jun 2017 15:25:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/spwolf" aria-label="Profile: spwolf">@<bdi>spwolf</bdi></a> I just tried it and it works. Many thanks!</p>
]]></description><link>https://forums.powerarchiver.com/post/34907</link><guid isPermaLink="true">https://forums.powerarchiver.com/post/34907</guid><dc:creator><![CDATA[FreakRob]]></dc:creator><pubDate>Tue, 06 Jun 2017 15:25:51 GMT</pubDate></item><item><title><![CDATA[Reply to Open with... broken for filenames with spaces on Tue, 06 Jun 2017 12:17:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/freakrob" aria-label="Profile: FreakRob">@<bdi>FreakRob</bdi></a> Thank you for your report. Please check latest release:<br />
<a href="https://forums.powerarchiver.com/topic/5747/fast-ring-powerarchiver-2017-17-00-67-68-69-70-71-73">https://forums.powerarchiver.com/topic/5747/fast-ring-powerarchiver-2017-17-00-67-68-69-70-71-73</a></p>
<p dir="auto">It should work now. Please let us know. Thank you!</p>
]]></description><link>https://forums.powerarchiver.com/post/34902</link><guid isPermaLink="true">https://forums.powerarchiver.com/post/34902</guid><dc:creator><![CDATA[spwolf]]></dc:creator><pubDate>Tue, 06 Jun 2017 12:17:06 GMT</pubDate></item><item><title><![CDATA[Reply to Open with... broken for filenames with spaces on Mon, 29 May 2017 21:44:02 GMT]]></title><description><![CDATA[<p dir="auto">many many thanks for the details <a class="plugin-mentions-user plugin-mentions-a" href="/user/freakrob" aria-label="Profile: FreakRob">@<bdi>FreakRob</bdi></a><br />
we have reproduced and have logged the issue in.</p>
<p dir="auto">we appreciate the assistance!</p>
]]></description><link>https://forums.powerarchiver.com/post/34892</link><guid isPermaLink="true">https://forums.powerarchiver.com/post/34892</guid><dc:creator><![CDATA[Mili]]></dc:creator><pubDate>Mon, 29 May 2017 21:44:02 GMT</pubDate></item><item><title><![CDATA[Reply to Open with... broken for filenames with spaces on Thu, 18 May 2017 11:08:02 GMT]]></title><description><![CDATA[<p dir="auto">Hi Mili,</p>
<p dir="auto">Notepad is a bad test case, as it by default attempts to open multiple command line arguments as a single file.<br />
I personally experience the problem with applications that allow multiple files to be put on command line. Notepad++ will actually guess, so not a good test case. I notice this with 010 Editor (a hex editor) when I examine zipped binaries that have spaces in their names.</p>
<p dir="auto">I tested .zip and .7z and both had the same issues. I doubt it’s related to the file format as this seems purely a PowerArchiver UI/logic issue.</p>
<p dir="auto">For testing you can replicate the issue with the following batch file and zip file:<br />
<a href="https://mega.nz/#F!4jA0nQjA!7ev5QS3gOsoH95_KG6W-xQ" target="_blank" rel="noopener noreferrer nofollow ugc">https://mega.nz/#F!4jA0nQjA!7ev5QS3gOsoH95_KG6W-xQ</a></p>
<p dir="auto">I just noticed that the error does not occur when initially selecting “Open with…” --&gt; “Choose Program…” – probably because Windows handles the arguments correctly. The error only occurs when using the shortcut that is generated afterwards directly in the “Open with…” menu.</p>
<p dir="auto">Initially, “Open with…” --&gt; “Choose Program…” will show the correct and expected result:<br />
<img src="https://image.ibb.co/eVvPGQ/test_openwith.png" alt="Open with... initial" class=" img-fluid img-markdown" /></p>
<p dir="auto">Using the generated shortcut it will show that the argument was not enclosed in double quotes:<br />
<img src="https://image.ibb.co/cJzjGQ/test_shortcut.png" alt="Open with... shortcut" class=" img-fluid img-markdown" /></p>
<p dir="auto">This should illustrate the bug enough to reproduce and hopefully fit it.</p>
]]></description><link>https://forums.powerarchiver.com/post/34880</link><guid isPermaLink="true">https://forums.powerarchiver.com/post/34880</guid><dc:creator><![CDATA[FreakRob]]></dc:creator><pubDate>Thu, 18 May 2017 11:08:02 GMT</pubDate></item><item><title><![CDATA[Reply to Open with... broken for filenames with spaces on Thu, 11 May 2017 16:52:15 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/freakrob" aria-label="Profile: FreakRob">@<bdi>FreakRob</bdi></a></p>
<p dir="auto">Thanks for the details.<br />
I’ve attempted the “Open With” function on file with spaces.txt and it opened properly in notepad.</p>
<p dir="auto">Which Tool are you using so that we may test with it and also, are you getting an error message when attempting to use the “open with” function on filenames with spaces and mentioned tool?</p>
<p dir="auto">Also, which format are the archives in? I have tested with .zip and .pa</p>
<p dir="auto">Let us know and we will look into it.</p>
<p dir="auto">Thanks again!</p>
]]></description><link>https://forums.powerarchiver.com/post/34855</link><guid isPermaLink="true">https://forums.powerarchiver.com/post/34855</guid><dc:creator><![CDATA[Mili]]></dc:creator><pubDate>Thu, 11 May 2017 16:52:15 GMT</pubDate></item></channel></rss>