Hello everyone,
I have solved an automatic batch conversion from 3dm to STEP and vice versa with Python script and start via a bat file.
With rhino 7 everything worked, with rhino 8 it unfortunately comes to errors
Now the real problem: the bat file that I had working before installing rhino 8 starts rhino with the following line.
start /d “C:\Program Files\Rhino 7\System" Rhino.exe /nosplash /runscript=”-_RunPythonScript (%complete_path%)"
but Rhino 8 is started instead of Rhino 7
this is incomprehensible to me as the exe of rhino 7 is explicitly executed
Is it possible to explicitly request that the script is executed by rhino 7?
Thank you very much!
best max
5 posts - 2 participants