Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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