Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Kaveh Bazargan
At 6:24 pm -0700 10/7/04, Dan Shafer wrote: >Or if you're running the bash shell, it looks like this: > >$ exec osascript < >tell application "Safari" > >activate > >end tell [ctrl-d] > >I guess in the bash shell, ctrl d is the EOF. At any rate, typing \EOF >produces no visible result. Thanks to a

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Dan Shafer
sothunder.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaveh Bazargan Sent: Saturday, July 10, 2004 4:43 PM To: How to use Revolution Subject: Re: Sending AppleScript from Terminal to RR At 3:27 pm -0600 10/7/04, Dar Scott wrote: On Jul 10, 2004, at 3:04 P

RE: Sending AppleScript from Terminal to RR

2004-07-10 Thread Ken Ray
> [mailto:[EMAIL PROTECTED] On Behalf Of > Kaveh Bazargan > Sent: Saturday, July 10, 2004 4:43 PM > To: How to use Revolution > Subject: Re: Sending AppleScript from Terminal to RR > > > At 3:27 pm -0600 10/7/04, Dar Scott wrote: > >On Jul 10, 2004, at 3:04 PM,

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Kaveh Bazargan
At 3:27 pm -0600 10/7/04, Dar Scott wrote: >On Jul 10, 2004, at 3:04 PM, Kaveh Bazargan wrote: > >>> Stop using AppleScript. Use Transcript or shell scripts. >> >> Sounds like a good idea. But how do I send a Transcript from Terminal >> to RR? > >I'm having a little trouble picturing what you are

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Dar Scott
On Jul 10, 2004, at 3:04 PM, Kaveh Bazargan wrote: Stop using AppleScript. Use Transcript or shell scripts. Sounds like a good idea. But how do I send a Transcript from Terminal to RR? I'm having a little trouble picturing what you are doing. If your Revolution app runs the scripts with shell() t

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Kaveh Bazargan
At 2:21 pm -0600 10/7/04, Dar Scott wrote: >In my handy "Learning Unix for Mac OS X Panther", I found osascript. gotta get this. [...] >Stop using AppleScript. Use Transcript or shell scripts. Sounds like a good idea. But how do I send a Transcript from Terminal to RR? -- -- Kav

Re: Sending AppleScript from Terminal to RR

2004-07-10 Thread Dar Scott
On Jul 10, 2004, at 1:47 PM, Kaveh Bazargan wrote: Is it possible to send a simple script direct from Terminal? In my handy "Learning Unix for Mac OS X Panther", I found osascript. Also bearing in mind I want to port this to Linux, what is the best strategy to minimize incompatibility? Stop using A