----- Original Message -----
Sent: Tuesday, March 28, 2006 6:51
AM
Subject: [amibroker] Jscript -
Quit()
I am trying to shut off all instances of
Amibroker b jscrtipt.
The code below will shut off one copy of AB, but
not a second one that is running.
Any way to shut off all running instances (from
separate installations)?
Thanks
Ara
AB = new
ActiveXObject("Broker.Application");
AB.Quit();
WScript.Sleep(2000);
AB
= new ActiveXObject("Broker.Application"); //Having
this line makes no difference
AB.Quit();