It has nothing to do with AmiBroker.

If Windows scripts don't work on your machine it may be antivirus blocking
(very common reason for broken script execution).

More about Vista scripting is here:
http://www.microsoft.com/technet/scriptcenter/hubs/vista.mspx

http://www.microsoft.com/technet/scriptcenter/newswire/wsh57.mspx

Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "tech917" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, October 15, 2008 9:19 PM
Subject: [amibroker] Vista compatibility and scripting


> Hello,
> 
> what is the current status of Amiboker's compatibility with Vista
> Business x64?
> 
> To check out the compatibility, I downloaded and installed  the trial
> version of Amibroker today.  The about dialog displays: AmiBroker Standard
> Edition, 5.10.2, UNREGISTERED
> 
> It appears to run fine, but I have problems with Windows Scripting
> Host.  When Amibroker runs and I execute the following test script via
> cscript.exe or wscript.exe (see below), nothing happens in Amibroker.
> The script below is supposed to add a stock with the symbol "Hello"
> to Amibroker, but nothing happens.  
> 
> Does Windows Vista x64 or Amibroker needs special configuration for
> scripts such as the one below to be executed successfully?  The
> ability to run automated imports of stocks is an essential requirement
> for me, if it's not possible I won't purchase Amibroker 5.10.  I know
> that it worked fine with older Amibroker 4.x versions and Windows
> 2000, but with Vista Business x64, it does currently NOT work!
> 
> test();
> 
> function test(  )
> {
> var AmiBroker;
> var stock;
> 
> /* Create AmiBroker app object */
> AmiBroker = new ActiveXObject( "Broker.Application" );
>  stock = AmiBroker.Stocks.Add("Hello");
> /* refresh ticker list and windows */
> AmiBroker.RefreshAll();
> AmiBroker.Quit();
> 
> 
> }
> 
> 
> 
> 
> 
> ------------------------------------
> 
> **** IMPORTANT ****
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
> 
> *********************
> TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to 
> SUPPORT {at} amibroker.com
> *********************
> 
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 
> For other support material please check also:
> http://www.amibroker.com/support.html
> 
> *********************************
> Yahoo! Groups Links
> 
> 
> 

Reply via email to