Rhino isn't closing with vbs script. open t-spline, smooth as step, close

I have not tried this, but here is a brute force method.

Set objShell = CreateObject("WScript.Shell")
Call objShell.Run("taskkill /im Rhino.exe", , True)