I'm trying to create a batch file to export an .xml to a .html file.
In Arbortext Editor 6.0 M100 there's a feature that allows you to export a file to .htm
File->Save as HTML
In a batch file I simply used:
"editor.exe" -c "FileSaveAsHTML" "file.xml"
It essentially opens the xml file and a dialog appears to save as an html file.
Is there a way to have this command in silent mode that allows the file to save?
Using the argument "-b" doesn't allow overwrites, which I think the dialog is messing up.
Is there another way to go about doing this? Perhaps a macro would be used instead?
Any suggestions are welcomed.