Re: How to send an odoc event to an app?

From: Mark Lively (lively@ACCUWX.COM)
Date: Thu May 17 2001 - 05:29:43 AEST


On Wednesday, May 16, 2001, at 03:16 PM, David wrote:

> Do you think we're a bit over the top with ways to open documents?

Not yet.

set afile to "Disk:folder:File"
set applescripts text item delimiters to ":"
set foo to every text item of afile
Tell application "Finder" to activate
tell application "PreFab Player=99" to type "w" holding {command,Option}
repeat with bar in foo
        tell application "Prefab Player=99"
                type bar
                type "O" holding command
        end tell
end repeat

Now we have gone over the top.

------------------------------

End of MACSCRPT Digest - 15 May 2001 to 16 May 2001 - Special issue (#2001-157)
*******************************************************************************



This archive was generated by hypermail 2b29 : Sun May 27 2001 - 12:00:28 AEST