Re: Tell Launcher to quit
Re: Tell Launcher to quit
- Subject: Re: Tell Launcher to quit
- From: "Bryan" <email@hidden>
- Date: Sun, 24 Dec 2000 15:53:50 -0500
--Toggle Launcher
--turns Launcher ON if not running and OFF if already running.
--requires 'Sandi's Additons' and 'Akua' OSAXen
set mylauncher to (((path to control panels) as text) & "Launcher")
if "Launcher" is in (all processes) then
tell application "Finder" to open file mylauncher
TypeText "q" with Command
else
tell application "Finder" to open file mylauncher
end if