Save python script as alias

Hello! I stumbled across a useful python script on this forum, and I’d like to add it to rhino like a plugin so I can use it quickly from the command line, without having to load it everytime. I don’t know anything about rhinoscripting so any help would be appreciated.

Attached is the script, from none other than the amazing @pascal numberer.py (1.3 KB)

Thanks!

Hi Nick - use this macro on a button or alias -

! _-RunPythonScript "Full path to script file in double quotes"

Make sure RunPythonScript has the “-” dash in front. Does that do it?

-Pascal

Works like a charm! Thanks again!