>>> I'm wondering if anyone had the script that would locate Acrobat.
>>> I assume that you need to specify the full path name to launch an app.
>> Usually on a Mac you would use AppleScript to do this. AppleScript can
>> open an application based on its creator code, but it isn't
>> straightforward. I don't have a copy of the discussion about it that
>> happened on the HyperCard list recently, but you might find the scripts
>> if you do a search in the HyperCard archives ... I think it was posted
>> within the last 2 weeks or so.
tell application "Finder"
open application file id "CARO"
end tell
-- I tested it. It works marvelously. I hope this helps ;-)
__________________________________________________________________
Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.com/
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.