We have a Director app that we want to use to launch a UNIX program under OSX using the BuddyAPI baRun program, but it doesn't seem to work.
I don't believe buddy can launch that type of program. But you may be able to use an apple event:
on exec(cmd) osas = new(xtra "zScript") setScriptText(osas, "do shell script" &"E&cmd"E) run(osas) return getresult (osas) end
-- Cole
[To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
