Python RunScript

I am trying to execute a script command in python outside of the Rhino Application using rhino inside functionality. When I run the following line
Rhino.RhinoApp.RunScript(’_-Line 0,0,0 10,10,10’,False), False is returned. Is it possible to use RunScript outside of Rhino?

Hello,

That looks like a simple rhino command. Shouldn’t it be Rhino.RhinoApp.Command(... ?

-Graham