Skip to main content

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

OptionDescription
-p project_file_path.iprojOpens the specified project.
Specify the path to the project file after -p.
-r (or--run) script_file_path.csRuns 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.