Page 1 of 1
cannot recgonize winmerge
Posted: 20.11.2012, 00:47
by iamhappy
I think I have correctly specified the path to winmerge, but when I click on compare files, nothing happens.

Re: cannot recgonize winmerge
Posted: 20.11.2012, 08:04
by Karol
We can not help you if we can not see how have you defined path and parameters.
Have you activated the row (checkbox)?
Re: cannot recgonize winmerge
Posted: 07.12.2012, 00:55
by iamhappy
Thank you, Karol.
Now it gives the error that says "please define external program: Settings->Programs->Compare files"
But I already added the program under Settings.
I also checked the box next to WinMerge.
The path to WinMerge is also correct.
The "Parameters" is a little unclear to me what it means. But I have "%FileCompare1%%FileCompare2%" there. Is this wrong?
Thank you again
Re: cannot recgonize winmerge
Posted: 07.12.2012, 10:08
by Karol
Are you sure you have defined WinMerge on the Settings->Programs->Compare files tab?
Try the parameters: %FileCompare1% %FileCompare2%
Re: cannot recgonize winmerge
Posted: 07.12.2012, 18:57
by iamhappy
Please see here.
http://i.imgur.com/vI13e.png
I think I have set it up correctly. I really appreciate your help, Karol.
Re: cannot recgonize winmerge
Posted: 07.12.2012, 19:38
by joby_toss
I use WinMerge Portable and I have no parameters defined:

Re: cannot recgonize winmerge
Posted: 07.12.2012, 19:55
by iamhappy
Does it work for you without any parameter?
Re: cannot recgonize winmerge
Posted: 07.12.2012, 19:57
by iamhappy
I now think my problem has nothing to do with parameters. FC keeps telling me to define external program. In other words, it thinks that I had not provided the path to WinMerge at all. What is going wrong for me?
Re: cannot recgonize winmerge
Posted: 07.12.2012, 20:02
by joby_toss
iamhappy wrote:Does it work for you without any parameter?
Yes, it does.
In FC XE go to Help/About and see where your
FreeCommander.ini is saved.
Browse and open the file using a different explorer while FC XE is closed.
See if there are these lines (with your path, of course):
Code: Select all
[PrgFileCompare]
Enabled1=1
Filter1=*
Prg1=%FcSrcPath%\WinMerge\WinMergePortable.exe
Re: cannot recgonize winmerge
Posted: 07.12.2012, 20:12
by iamhappy
Thank you so much!
I see the following, where **** is my username on the computer. And I have verified that the path is correct.
By the way, I am using the portable version of FC XE.
--------------------------------------
[PrgFileCompare]
Enabled1=1
Filter1=WinMerge
Prg1=C:\Users\****\WinMergePortable\WinMergePortable.exe
Re: cannot recgonize winmerge
Posted: 07.12.2012, 20:24
by iamhappy
I just found a way that works. I moved the WinMergePortable inside the FC root folder.
This seems to work.
So is this a bug? Any external program must be saved under FC's root folder for it to work?
Re: cannot recgonize winmerge
Posted: 07.12.2012, 20:57
by joby_toss
Oh, I should've payed more attention to your screenshot!
Replace the "WinMerge" filter with "*". That is not a program name, that indicates for what file types it should work.
No bug here!