Trouble with XYPlorer and WinMerge

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
cesarbl
Posts: 2
Joined: 18 Nov 2011 01:29

Trouble with XYPlorer and WinMerge

Post by cesarbl »

Hi recently I moved to W7 so I installed XYPlorer of course but I have a trouble with one app called WinMerge. The situation is that XYPlorer doesn't show the contextual menus for that app but Windows Explorer does, someone can explain me why happens this or how can I fix it?

By the way, in XP there is no problem.

Greetings!

nas8e9
Posts: 2232
Joined: 21 Jun 2008 14:50

Re: Trouble with XYPlorer and WinMerge

Post by nas8e9 »

Hi and welcome,

I'm guessing that your Windows 7 version is 64-bit, in which case this FAQ applies.

For more information, please see here.

avsfan
Posts: 554
Joined: 29 Jun 2006 09:00
Location: Fort Collins, Colorado

Re: Trouble with XYPlorer and WinMerge

Post by avsfan »

Another option is:
1) Define a user-defined command (UDC) to fun WinMerge. For example, Select User->ManageCommands, then select the Open With category. Then select "New..." from the upper right. In the "Application" field, type something like this:

Code: Select all

"C:\Program Files (x86)\WinMerge\WinMergeU.exe" -e <items>
and then complete the command
2) Then define a Keyboard Shortcut (KS). For example, select Tools->Customize Keyboard Shortcuts. Select the User category, find your WinMerge Open With command defined above, and select it. Then just assign the desired key combination (I use Ctrl-Shift-W) and close the dialog.

To compare two files, I just highlight the two files I want to compare, and the press the key combination (I use Ctrl-Shift-W) and Winmerge starts with those two files selected.

I hope this helps!

andy

admin
Site Admin
Posts: 66362
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Trouble with XYPlorer and WinMerge

Post by admin »

Alternatively what I use to compare the current file with the one on the clipboard:

Code: Select all

|"WinMerge (clip / cur)" *;\>"C:\Programme\WinMerge\WinMergeU.exe" "<item1>" "<clipboard>"

cesarbl
Posts: 2
Joined: 18 Nov 2011 01:29

Re: Trouble with XYPlorer and WinMerge

Post by cesarbl »

Thanks for your feedback but already I managed to register the 32-bits shell extensions using another distribution package of WinMerge.

Best Regards!

Post Reply