Opening Local Files at Start-up
To open a local file at start-up when you open Oxygen XML Author 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 (
oxygenAuthor.bat
on Windows,oxygenAuthor.sh
on Unix/Linux,oxygenAuthorMac.sh
on Mac OS). - pathToXMLFileN is the name of a local XML file.
- scriptName is the name of the startup script for your platform (
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.