ZBrushCentral

Possible to Execute Inline ZScript from Command Line?

I’m able to execute ZScript commands externally by simply passing the file after the executable from the command line,

“C:\Program Files\Pixologic\ZBrush 2018\ZBrush.exe” “C:\path\to\zscript.txt”

but is it possible to pass an inline script without having to load a file with a flag or something like this?

“C:\Program Files\Pixologic\ZBrush 2018\ZBrush.exe” --script ‘[Note,“Hello World”]’

Thanks!