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
Option | Description |
---|---|
-p project_file_path.iproj | Opens the specified project. Specify the path of the project file 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, 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. |