Run python script when rhino starts

Hello,
Is it possible to run python scripts automatically every time rhino starts?
I’m looking for similar functionality to: rhino>options>rhinoscript>'Script files to run when rhino starts’
Paul

Have you seen this post?
I haven’t tried, but it might work.

I don’t think that’s possible yet with Python, but what you can do is store the script somewhere, create an alias to it and put the alias into the window Options>General> “Run these commands every time Rhino starts”.

–Mitch