Python - blnEcho for rs.command

Is there a blnEcho for rs.command ? I like to script with History enabled which requires the use of rhino commands - it would look a little tidier if the command line did not show all the workings.

Keith

No, there is no way to turn off the output from commands to the command line (something that has often been asked for)

rs.Command("command_string", False) the False argument will suppress the intermediate prompts, but it will not suppress the output of the command results.

–Mitch

Thanks Mitch,

Regards,
Keith