On Mon, Jun 16, 2008 at 6:32 AM, Richmond Mathewson <[EMAIL PROTECTED]> wrote:
> Stephen Barncard wrote:
>
> "check out shell() and shellcommand in the docs"
>
> which I did, Thanks, but obviously I'm having a "thick patch" and don't quite 
> understand why the following didn't work:
>
> on mouseUp
>  set the shellCommand to "/Applications/Utilities/Terminal.app"
>  shell ("KillAll Finder")
> end mouseUp


Normally, you don't have to set the shellCommand as it is set
automatically to the default for your system.
So you can just have something like:
  get shell("killall Finder")

Cheers,
Sarah
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to