Page 1 of 1

r698: Double quotation %InactivDir% problem

Posted: 17.10.2015, 03:00
by etc.
I've been using WinMerge to compare the same name file on both pane.

Code: Select all

%FcSrcDrive%\app\WinMerge\WinMergeU.exe
%ActivSel% "%InactivDir%\%ActivItem%"
But this don't work anymore, and also ...

Code: Select all

%ActivSel% %InactivDir%\%ActivItem%
Upper one doesn't work either.
So, how can I solve this problem ?
Thanks,

Re: r698: Double quotation %InactivDir% problem

Posted: 17.10.2015, 03:25
by etc.
Ah ok, don't mind.

I will use Edit -> Select same in other panel
and use command line %ActivSel% %InactivSel%

It needs 2 steps but acceptable workaround.

Re: r698: Double quotation %InactivDir% problem

Posted: 17.10.2015, 17:20
by Timon
For 'Compare files' (comparing content of files with the same name on both panels) you can use following settings:

For Winmerge
Program: %FcSrcDrive%\app\WinMerge\WinMergeU.exe
Parameters: %FileCompare1% %FileCompare2%

For PSPad
Program: %FcSrcDrive%\app\PSPad editor\PSPad.exe
Parameters: -D %FileCompare1% %FileCompare2%

It works fine for me.