Community Tip - You can Bookmark boards, posts or articles that you'd like to access again 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