Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Winmerge in QM_Editor
#4
I use the following simple macro for this purpose. It could be useful to you too. Best regards. Simos.

Code:
Copy      Help
Function [b]tempf1[/b] [help1][/help1]
[code]str si.getmacro(getopt(itemid) 1)
str controls = "4 6"
str e4 e6
if(!ShowDialog("CompareMacrosDlg" 0 &controls)) ret ;; A simple dialog to get names of the macros to be compared
str s1 s2 sfil1 sfil2
s1.getmacro(e4)
err
,_s=_error.description
,out "<>%s : <open ''%s /%i''>%s</open> - %s" NowT si _error.place si _s
,end
s2.getmacro(e6)
err
,_s=_error.description
,out "<>%s : <open ''%s /%i''>%s</open> - %s" NowT si _error.place si _s
,end
sfil1.from("C:\tmp\" e4 ".txt")
s1.setfile(sfil1)
sfil2.from("C:\tmp\" e6 ".txt")
s2.setfile(sfil2)
_s.from(sfil1 " " sfil2)
run "$program files$\WinMerge\WinMergeU.exe" _s[/code]


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)