Removes an existing startup script from RhinoScript's startup script list. Startup script items can be removed manually by using Rhino's Options command and modifying the contents of the RhinoScript tab.
Rhino.DeleteStartupScript (strScriptFile)
strScriptFile |
Required. String. An existing script file path to remove. |
Boolean |
True or False indicating success or failure. |
Null |
On error. |
Rhino.DeleteStartupScript "c:\scripts\myscripttools.rvb"