I have the following batch script:
"C:\Program Files\Rhino 7\System\rhino.exe" /nosplash /runscript="-grasshopper editor load document open C:\BPP_pipeline\snowflake_definition\latest.gh" "C:\BPP_pipeline\snowflake_definition\blank_mm.3dm" >> log.txt
I need to translate this into powershell. I am having trouble with the runscript part. I am having trouble finding documentation as well. This is what I have so far:
& "C:\Program Files\Rhino 7\System\rhino.exe" --% -nosplash -runscript="-grasshopper editor load document open C:\BPP_pipeline\snowflake_definition\latest.gh" "C:\BPP_pipeline\snowflake_definition\blank_mm.3dm"
3 posts - 3 participants