Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need to use command line input to winmerge tool to specify filter parameters. I created a new filter and saved it under the Filters folders for Winmerge tool. But I dont seem to understand what is wrong as it is not working. Isnt this the right way? What am I missing? Does the tool support this?

"C:\Program Files (x86)\WinMerge\WinMergeU" /f "A_FILTER.flt" "C:\Projects\ExpectedResults\A_PAGES\" "C:\Projects\ActualResults\A_PAGES\"


A_filter.flt is a collection of some linefilters and is saved at C:\Program Files (x86)\WinMerge\Filters

Please help!

What I have tried:

"C:\Program Files (x86)\WinMerge\WinMergeU" /f "A_FILTER.flt" "C:\Projects\ExpectedResults\A_PAGES\" "C:\Projects\ActualResults\A_PAGES\"
Posted
Updated 2-Oct-19 21:08pm
v2

1 solution

I'd strongly suggest to ask such of question on WinMerge support[^] forum. This is the fastest way to get an answer.

Good luck!
 
Share this answer
 
v2
Comments
strawberry5 3-Oct-19 9:53am    
Thank you for the pointer. I appreciate it. I will try there.
Maciej Los 3-Oct-19 10:58am    
You're very welcome.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900