Hello,
consider the following snippet:
tell Application “GraphicConverter”
open myfile
…
end tell
What happens is that “myfile” will be opened by Preview instead of GraphicConverter. Thus, how can I ensure that the “open” of GraphicConverter is used and nothing else?
Regards,
Christoph Gartmann