Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi all ,
I am new to Arbortext Editor.
I have a requirement in which .
I batch file should open two file in comparemode where one is the latest version in read/write mode and other is the last version in the read only mode .
for example:
I Have two files for example C:/testA/a.xml (Latest version ) and C:/testB/a.xml (previous version)
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.
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
thanks for your reply
Yes my project uses .Net to open the single xml files in editor.
i have to do using .Net (C#) only
plese send some examples it will be really helpfull for me