Run Python script on startup

I think I found it.

rhino.exe  /runscript="_-RunPythonScript D:/test.py"

Also, this skips splash screen and the question about units:

rhino.exe /nosplash /notemplate  /runscript="_-RunPythonScript D:/test.py"

Patrick