Re: Tell Launcher to quit
Re: Tell Launcher to quit
- Subject: Re: Tell Launcher to quit
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 23 Dec 2000 00:32:28 -0800
On 12/22/00 11:51 PM, "Hans Haesler" <email@hidden> wrote:
>
try this one:
>
---
>
tell application "Finder"
>
close window of file "Launcher" of folder "Control Panels" of folder "System
>
Folder" of startup disk
>
end tell
>
---
I don't think files have windows, do they? I mean, did you try this
yourself? That's hardly going to work.
OK - i pinch, with Sigma's Additions:
tell application "Finder" to set frontmost of process "Launcher" to true
type text "W" holding down command
This works.
--
Paul Berkowitz