vitamin wrote: > > Exeman wrote: > > For that I need a method of running the AppleScript interpreter 'osascript' from inside the plugin. I wonder if Wine provides its own way to do that, or at least allows to call fork()? > > Wine already can start native system programs: > http://wiki.winehq.org/FAQ#head-831a83720cb0fc83e7a74a0b6ef3a7aab001a347 Looks like just what I need. Thank you, I must have overlooked that section while reading through.