About RunScript question

Hi everyone, I’m writing a RhinoCommon by C#. I want to run two rhino’s command in my program then I use Rhino.RhinoApp.RunScript("_SelAll _cap", true), but it does not work. Could someone help me how can write the correct Script for this?
Thanks for the help!

Does nobody know that? :cold_face:

Hi @hk11, have you tried this yet ?

_
c.

Also, if you’re writing C# in RhinoCommon it is recommended you set the category to “Developer” instead of “Scripting”. The latter is for Python and RVb scripting; the former is for plug-in development.