delegates.xml on Windows wrong: "wdp" delegate
Posted: 2018-09-14T04:10:19-07:00
Hello guys,
in the delegates.xml file the "wdp" command is wrong.
the correct one is:
(see the correct and working jxr delegate)
have a nice day
in the delegates.xml file the "wdp" command is wrong.
Code: Select all
<delegate decode="wdp" command="cmd.exe /c (move "%i" "%i.jxr"; "JXRDecApp.exe" -i "%i.jxr" -o "%o.pnm") & (move "%i.jxr" "%i" >nul) & (move "%o.pnm" "%o" >nul)"/>
Code: Select all
<delegate decode="wdp" command="cmd.exe /c (move "%i" "%i.jxr" >nul) & ("JXRDecApp.exe" -i "%i.jxr" -o "%o.pnm") & (move "%i.jxr" "%i" >nul) & (move "%o.pnm" "%o" >nul)"/>
have a nice day