Skip navigation.
 
mlRe: launching finder with optionschi
FROM : Kyle Sluder
DATE : Mon Jun 16 19:50:43 2008

On Mon, Jun 16, 2008 at 12:36 PM, Memo Akten <<email_removed>> wrote:
> I ended up creating an AppleScript like you mention (below) and then just
> creating an app out of it, and launching that app instead of finder...
> works quite well...


It may work, but it is unnecessarily complicated.  Since AppleScript
is just a user-friendly representation of Apple Events, you can use
either raw Apple Events (AEDesc and friends) or the Scripting Bridge
(Leopard only) to do the exact same thing without the overhead of
launching another application.

--Kyle Sluder

Related mailsAuthorDate
mllaunching finder with optionschi Memo Akten Jun 16, 15:09
mlRe: launching finder with optionschi Jens Alfke Jun 16, 17:40
mlRe: launching finder with optionschi Memo Akten Jun 16, 18:36
mlRe: launching finder with optionschi Kyle Sluder Jun 16, 19:50
mlRe: launching finder with optionschi Jens Alfke Jun 16, 20:17
mlRe: launching finder with optionschi Memo Akten Jun 16, 21:20
mlRe: launching finder with optionschi Kyle Sluder Jun 16, 22:00
mlRe: launching finder with optionschi Uli Kusterer Jun 17, 15:08