Re: Mac OS X 10.2.8 and URL Access Scripting "download"
Re: Mac OS X 10.2.8 and URL Access Scripting "download"
- Subject: Re: Mac OS X 10.2.8 and URL Access Scripting "download"
- From: Chet Goetz <email@hidden>
- Date: Fri, 26 Sep 2003 12:57:12 -0500
David,
I too upgraded to 10.2.8 before it was yanked. However, I haven't
experienced any problems thus far.
I am still able to run the Download Weather map script three ways
1 running it from the Script menu
2 opening the script and running it from Script Editor
3 copying the text from your message and placing it in a new script
window and running it
HTH
-- cg
On Friday, September 26, 2003, at 12:24 PM, David Crowe wrote:
I'm one of the unfortunates who upgraded to Mac OS X 10.2.8 just
before it was withdrawn.
I'm finding that the URL Access Scripting "download" command doesn't
work. For example, the included script "Download Weather Map.scpt":
set weather_map to "acttemp_720x486.jpg" -- temperatures
set weather_map to "curwx_720x486.jpg" -- surface isobars
set the target_URL to "http://maps.weather.com/images/maps/current/"
& weather_map
set the destination_file to ((path to desktop as string) &
"weathermap.jpg")
tell application "URL Access Scripting"
download target_URL to file destination_file replacing yes
end tell
tell application "Finder" to open alias destination_file
.... just hangs on the "download" command.
Is anybody else experiencing similar symptoms with this version?
- David Crowe
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.