There is a fine line between clever and insane...
______
David McCabe
davidmccabe@mac.com
http://homepage.mac.com/davidmccabe/
God is good!=20
>=20
>> Do you think we're a bit over the top with ways to open documents?
>=20
> Not yet.
>=20
> 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=81" to type "w" holding {command,Option}
> repeat with bar in foo
> tell application "Prefab Player=81"
> type bar
> type "O" holding command
> end tell
> end repeat
>=20
> Now we have gone over the top.
------------------------------
This archive was generated by hypermail 2b29 : Sun May 27 2001 - 12:00:28 AEST