Stopping the Windows Script control
I am making a program that has plugins using the windows script control.
I want to make the control stop all existing / executing commands, when a button is pushed, or a new plugin is loaded.
How do I stop it?
scriptcontrol1.reset doesn't work, it says another script is running, please wait until the previous one has finished, or something like that
How?

