I’m trying to run Rhino + python script using Task Scheduler using the following syntax:
“C:\Program Files\Rhino 8\System\Rhino.exe” /nosplash /runscript=“_-RunPythonScript ‘C:\Users\me\Company Name With Spaces\Folder Name With Spaces\PythonScript.py’”
I put the file path in single quotes since the larger RunPythonScript argument is in double quotes, but when Rhino opens and tries to RunPythonScript it still sees the whitespace as Enter.
Any ideas on a workaround?
4 posts - 3 participants