Page 1 of 1

delegates.xml on Windows wrong: "wdp" delegate

Posted: 2018-09-14T04:10:19-07:00
by Gigabyte
Hello guys,

in the delegates.xml file the "wdp" command is wrong.

Code: Select all

<delegate decode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot;; &quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
the correct one is:

Code: Select all

<delegate decode="wdp" command="cmd.exe /c (move &quot;%i&quot; &quot;%i.jxr&quot; >nul) &amp; (&quot;JXRDecApp.exe&quot; -i &quot;%i.jxr&quot; -o &quot;%o.pnm&quot;) &amp; (move &quot;%i.jxr&quot; &quot;%i&quot; >nul) &amp; (move &quot;%o.pnm&quot; &quot;%o&quot; >nul)"/>
(see the correct and working jxr delegate)

have a nice day :)

Re: delegates.xml on Windows wrong: "wdp" delegate

Posted: 2018-09-14T07:38:49-07:00
by dlemstra
Thanks for the patch we have changed this in IM6 and in IM7.