RE: Forcing 'tell app' to use carbon, rather than classic app
RE: Forcing 'tell app' to use carbon, rather than classic app
- Subject: RE: Forcing 'tell app' to use carbon, rather than classic app
- From: Philippe GRUCHET <email@hidden>
- Date: Sat, 11 Jan 2003 21:09:41 +0100
From: David Cramer <email@hidden>
As a right newbie, I was similarly baffled this morning when looking
at a little AS application that created an HTML document and
automatically called on a specified browser to open it. The script
used the 'file id "MSIE"' syntax to run Internet Explorer. I wanted to
change it to Chimera, but Chimera's a package and thus has no creator
type. What is the OS X way of doing this?
Try this:
tell application "Finder" to application file id "CHIM" as text
info for result
Kind regards,
Philippe Gruchet/SVM Mac
VNU Publications France
http://svmmac.vnunet.fr
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.