Re: AppleScript and Safari
Re: AppleScript and Safari
- Subject: Re: AppleScript and Safari
- From: Doug McNutt <email@hidden>
- Date: Tue, 9 Nov 2004 07:51:34 -0700
At 08:05 -0500 11/9/04, Steve Suranie wrote:
> (I want to download some XML files on a reaccuring basis).
Learn about curl, free software delivered with OS neXt. It's UNIX and hence not directly AppleScriptable but "Do shell script" is available.
man curl (in terminal or a BBEdit worksheet.)
cd $HOME/Documents/wherever
curl -O "http://www.smartmoney.com/rss/smheadlines.cfm?feed=2&format=RSS091"
--
--> There are 10 kinds of people: those who understand binary, and those who don't <--
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden