Jump to content

CSV causes autoit to stop


Recommended Posts

I am new at this programing and autoit, used to do a little commador basic, and Timex sinclair basic.

This never gets to the 'Exit' in my code.

#include <IE.au3>

#include <Excel.au3>

$oIE = _IECreate ("ichart.finance.yahoo.com/table.csv?s=AA&a=00&b=16&c=2010&d=04&e=16&f=2010&g=d&ignore=.csv")

Exit

Same with this.

#include <IE.au3>

#include <Excel.au3>

$oIE = _IECreate ("http://ichart.finance.yahoo.com/table.csv?s=AA&a=00&b=16&c=2010&d=04&e=16&f=2010&g=d&ignore=.csv")

Exit

I am using AutoIt Version: 3.3.6.1 and Microsoft Office 2000.

Is it my PC, or is my code bad.

this is my old PC, other PC popped the heatsink off of the cpu,and am waiting for mobo, cpu and mem.

I will install Microsoft Office 2003 on rebuilt one, but that should not make any difference to a download.

This old fossil thanks you for any help.

Yahoo1.au3

Link to comment
Share on other sites

If you want to download the file I advise you to use InetGet().

If you need to use _IeCreate for some reason, then you can try setting it to return imidiately and checking it's status instead.

Link to comment
Share on other sites

Try this :

ShellExecute("http://ichart.finance.yahoo.com/table.csv?s=AA&a=00&b=16&c=2010&d=04&e=16&f=2010&g=d&ignore=.csv")

Exit

Before the exit it will ask you to open/save/cancel most likely - depends on your IE settings.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...