Skip to main content

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

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