Command Line Launch Options
When launching Next Design from the command line, you can specify options to open projects or run scripts.
Option List
| Option | Description |
|---|---|
| -p project_file_path.nproj | Opens the specified project. Specify the path to the project file after -p. |
| -r (or--run) script_file_path.cs | Executes 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, it suppresses the progress bar and confirmation messages while the script file is running. |
| -e (or--exit) | Used with the -r option, it exits Next Design after executing the script file. It discards the project even if it is in editing mode. |