Opening Local Files at Start-up

To open a local file at start-up when you open Oxygen XML Editor plugin from the command line, add the paths for one or more local files as parameters in the command line:

  • scriptName [pathToXMLFile1] [pathToXMLFile2]
    • scriptName is the name of the startup script for your platform ( on Windows, on Unix/Linux, on Mac OS).
    • pathToXMLFileN is the name of a local XML file.

The two possibilities of opening files at startup by specifying them in the command line are explained also if the startup script receives one of the -h or --help parameters.

Was this helpful?