Rerun Grasshopper player

Hi All ,
here there is one simple script in grasshopper , after select first and second point it makes pipe and done it finish ,
i wondered if there is any way to keep doing the same script again and again and not stop until i stop it . !!
is it possible here ?
Rerun Script.gh (4.3 KB)

Using * (asterisk) before a command causes the command to repeat automatically without pressing Enter to restart and using a - (hyphen) suppresses dialog box. More…

So something like this must do the trick:
*-GrasshopperPlayer "C:\RerunScript.gh"

You can also create an alias for this macro:

4 Likes

That’s exactly what i need here ,
Thanks

Hi @Mahdiyar
This is actually a very valuable data. Thank you for sharing :slight_smile:

Do you know if this is possible to run a compiled .rhp script in the same way? I cant find a way to replicate it with a compiled version…