RE: AppleScript and Safari
RE: AppleScript and Safari
- Subject: RE: AppleScript and Safari
- From: Bill Briggs <email@hidden>
- Date: Tue, 9 Nov 2004 16:01:26 -0400
At 2:50 PM -0500 11/9/04, Steve Suranie wrote:
Hey Paul or other more intelligent than me folks:
I can get this command to work in the terminal
curl -O http://www.nytimes.com/services/xml/rss/nyt/Opinion.xml
but when I put in an AS it doesn't work:
do shell script "curl -O
http://www.nytimes.com/services/xml/rss/nyt/Opinion.xml"
Is my syntax wrong?
It helps if you write it to a file somewhere or it languishes in
stdout. This works fine for me, but I notice that it doesn't open in
some text editors. I can view the contents fine in AlphaX though
do shell script "curl -O
http://www.nytimes.com/services/xml/rss/nyt/Opinion.xml >
~/Desktop/Opinion.xml"
- web
_______________________________________________
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