Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I Have two files for example C:/testA/a.xml and C:/testB/a.xml
These files content may be same or different
I need to write a .bat file which opens the compare result of both the above file.
I tried to Google but i don't find much resource on internet .
There is a Compare_files() method .
But i don't know exactly how to use this .
I tried in below way:
editor -c compare_files("testA/a.xml", "/testB/a.xml")
But it dont work