Command Line Options
Isatis.neo has some specific options that can be used from the Command Line.
Those options are mainly useful to run Batch Files.
When run from the command line, the following options apply:
Project Options: (as a reminder, a project has a logical name, the name under which is it attached to Isatis.neo and a physical folder location).
- -project <project-name> open a project given its 'logical' name
- -lastProject open the last used project
- -noProject force to run with no active project, useful for Batch Files that would create/set the current project from the Batch file itself.
- -attachProject -projectName <name> -projectDir <dir> attach a project (see below)
- -createProject -projectName <name> -projectDir <dir> [-projectCs <cs>] create a project (see below)
Project Attach/Create Options:
- -projectName <project-name> specify the 'logical' project name to create/attach
- -projectDir <project-directory-path> specify the project physical directory
- -projectCs <project-coordinate-system>, specify the project coordinate system
Batch Options: When running in Batch, one project must be opened using one of the above project options must be used.
- -batch <batch-title> specify the batch file (title of a Batch file in the current project or physical path) to run
- <batch-file.xjnl> alternative syntax to indicate the Batch File to run given its file name.
- -log <log-file> redirect log messages (html) to log file
Other Options:
- -license <license-token> select a given license pack. Useful to avoid the license popup when several license packs are available on the current installation.
- -help print the available Command Line Interface options.