<?xml version="1.0" encoding="utf-8"?>
<root>
<shell>
<menuname="Select the left file for comparison">
<visibilityisempty="${select.left.path}" />
<actions>
<propertyname="select.left.path"value="${selection.path}" />
<propertyname="select.left.path.filename"value="${selection.filename}" />
</actions>
</menu>
<menuseparator="true" />
<menuname="Compare">
<visibilityproperties="select.left.path" />
<menuname="Compare with '${select.left.path}' (text)">
<iconpath="C:\Windows\System32\imageres.dll"index="14" />
<visibilityproperties="select.left.path" />
<actions>
<execpath="${env.ComSpec}"arguments="/K FC /L "${select.left.path}""${selection.path}""basedir="${selection.parent.path}" />
<propertyname="compare.first.selection.path"value="" />
<propertyname="compare.first.selection.filename"value="" />
<propertyname="select.left.path"value="" />
<propertyname="select.left.path.filename"value="" />
</actions>
</menu>
<menuname="Select file '${selection.filename}'">
<actions>
<propertyname="select.left.path"value="${selection.path}" />
<propertyname="select.left.path.filename"value="${selection.filename}" />
</actions>
</menu>
</menu>
<menuseparator="true" />
</shell>
</root>After rebooting, I have to comment out the following, then manipulate the context menu, and then turn the comment off to get it to work.
<visibility isempty="${select.left.path}" />
After rebooting, I have to comment out the following, then manipulate the context menu, and then turn the comment off to get it to work.