Skip to main content

Command line boot options

You can open a project or run a script by specifying options when launching Next Design from the command line.

Option list

OptionDescription
-p project_file_path.iprojOpens the specified project. Specify the path of the project file 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, do not display a progress bar or confirmation message while running a script file.
-e (or--exit)Use with the -r option to exit Next Design after running the script file. Even if the project is in the editing state, it will be discarded and the project will end.