Hi I am new to post and struggling a week about “automatic run timer”.
I found automatic switcher from the link below and it seems nice to switch on/off automatically.
https://discourse.mcneel.com/t/timer-for-button/107366
However I couldn’t start it automatically without a mouse click of “Resume Schedule Updates Button” at grasshopper.
With this batch file, I can start Rhino/Grasshopper but “timer” doesn’t run automatically.
echo off
“C:\Program Files\Rhino 7\System\Rhino.exe” /nosplash /runscript="-grasshopper document open D:\Counter.gh -_exit"
I appreciate in advance.