Cage edit command that can adapt to any form automatically

Hi!
Long time since this has been posted. But I’m trying to automatically run a .gh file through -GrasshopperPlayer.
But when I try and make the button for it i in Rhino it stops and looks for a .gh file in the wrong folder location. It seems like it’s because the Macro Command contains blank spaces (folder name has a blank space etc). Should I replace the blank spaces in the filepath with something else?

Hi @Linus3
Yes, spaces in the file path will stop the macro working properly.
The solution is to put the path in quotation marks.
So something like
-GrasshopperPlayer "C:\blah blah blah\cageMorphPlayer.gh"

1 Like

Thank you Daniel. Will try that out shortly