Run scripts on Windows Rhino

No more convoluted than regular Rhinoscripts (vb) and less complex than Atom/Mac…

One: Open the Python script editor with _EditPythonScript. Load your script. Run it with the “Run” button

Two: Make a toolbar button with

! _-RunPythonScript (  
<paste script here>
)

Three: Store the script somewhere. Make an alias or toolbar button:

!_ -RunPythonScript pathtoscript

Four: Set a path to a scripts folder from inside the Python script editor. Store your script(s) there.
Make an alias or toolbar button:

! -_RunPythonScript scriptfilename

You can have multiple paths stored in the editor, the folder can be named anything you want.

Five: There are several other ways…

–Mitch

(geez, sometimes I HATE discourse formatting, it’s so lame…)