We're trying to use Buddy API to either open or close a folder
(actually, it's the root level directory window of the CD) on a Mac.
It's easy to do on Windoze, OPEN "Explorer" && "the applicationPath"
will work if the projector is running from the root of the CD. I was
hoping the following would close a window on the Mac:

set funcs = baRegister( "Applied CD Technologies" , ######### )
winHandle = baFindWindow("","myCDname")
resultCode = baCloseWindow(winHandle)

where myCDname is the volume name of the CD and thus also the window
title for the root level directory. Can Buddy API open or close a window
managed by the Mac OS? Is there another way do to this? Maybe sending an
appleScript command? (but I know nothing about appleScript or how to get
director to cause one to be executed)

Thanks,

Bob Gallo
Applied CD Technologies