POV-Ray : Newsgroups : povray.unix : OSX, osascript & Pre/Post_Frame_Commands : Re: OSX, osascript & Pre/Post_Frame_Commands Server Time
1 Jul 2024 01:09:05 EDT (-0400)
  Re: OSX, osascript & Pre/Post_Frame_Commands  
From: Bill Hails
Date: 17 Dec 2004 16:21:17
Message: <41c34dcd@news.povray.org>
chris morgan wrote:

> 
> Has anyone had any success using the Pre/Post_Frame_Commands to send an
> osascript?
> 
> [...]
> 
> Pre_Frame_Command=../../usr/bin/osascript -e 'tell application "Finder" '
> -e 'display dialog "hello"' -e 'end tell'
> 
> (I'm just guessing that the path to the command might have something to do
> with it.)
> 

just curious why you're using a relative path to /usr/bin ?
try:
Pre_Frame_Command=/usr/bin/osascript -e 'tell application "Finder" ' -e 
'display dialog "hello"' -e 'end tell'

-- 
Bill Hails
http://thyme.homelinux.net/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.