Re: 10.1 script insists on classic URL Access Scripting addition
Re: 10.1 script insists on classic URL Access Scripting addition
- Subject: Re: 10.1 script insists on classic URL Access Scripting addition
- From: Timothy Bates <email@hidden>
- Date: Thu, 27 Sep 2001 23:03:45 +1000
On 27/9/01 8:01 PM, "email@hidden" <email@hidden> wrote:
>
Not sure what the 10.0.4 behavior was but on 10.1 I noted that a native
>
script continues to launch the classic version of the URL access
>
scripting addition. If I manage to compile with a hardcoded pointer to
>
the X-one, executing an ftp download that works flawless in classic ends
>
in an error of type 1 without further clues.
>
>
Has anyone seen this before or might it be a quirck of my own system?
Executes in X for me, but it just pretends to work (it returns the file ref
but does not in fact do anything).
tell application "URL Access Scripting"
Set tURL to "www.maccs.mq.edu.au/~tim/psyscript/index.html"
Set tDest to "Prelude:Desktop Folder:uhh?"
download tURL to file tDest
end tell
I think there are going to be dozens of these.
Tim