I've been trying for a while to write a simple User Button that runs WinMerge (a popular comparison tool) in order to compare the current panes.
Thing is, it works - until i try to enter some command line options to the WinMerge executable.
What i would like to run is somethings like this:
Code: Select all
"C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /r "<tab 1 folder>" "<tab 1 folder>"1. If if simply use
Code: Select all
run "C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /r "<get path 1>" "<get path 2>"2. If i use
Code: Select all
run '"C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /r' "<get path 1>" "<get path 2>"3. If i use
Code: Select all
run '"C:\Program Files (x86)\WinMerge\WinMergeU.exe" /e /r "<get path 1>" "<get path 2>"'I'm stumped. I tried to find a similar case in the documentation, but i couldn't. In the forums there is another thread talking about WinMerge integration, but for a completely differente problem.
Can somebody please point me to an example of a similiar case?
Thank you all in advance!
XYplorer Beta Club