command line startup options
You can open a project or run a script by specifying options when starting Next Design from the command line.
option list
Option | Description |
---|---|
-p project_file_path.iproj | Opens the specified project. Specify the project file path after -p. |
-r (or--run) script_file_path.cs | Runs the specified C# script file. Specify the path of the script file after -r. You can also specify multiple script files separated by spaces. |
-s (or--silent) | When used with the -r option, suppresses the progress bar or confirmation messages while running the script file. |
-e (or--exit) | Used with the -r option to exit Next Design after running the script file. Discard and exit even if the project is in edit state. |