Command line startup options
When starting Next Design from the command line, you can specify options to open a project or run a script.
List of options
Option | Description |
---|---|
-p project_file_path.iproj | Opens the specified project. Specify the path to the project file after -p. |
-r (or--run) script_file_path.cs | Runs the specified C# script file. Specify the path to the script file after -r. You can specify multiple script files separated by spaces. |
-s (or--silent) | Used with the -r option to suppress progress bar and confirmation messages while running the script file. |
-e (or--exit) | Used with the -r option to exit Next Design after running the script file. Even if the project is being edited, it will be discarded and the project will be closed. |