Re: Entourage: Kill that Daemon! (Shell)
Re: Entourage: Kill that Daemon! (Shell)
- Subject: Re: Entourage: Kill that Daemon! (Shell)
- From: Gnarlodious <email@hidden>
- Date: Wed, 13 Nov 2002 08:54:45 -0700
Entity Axel Luttgens spoke thus:
>
Now, as Paul wrote, there is a much easier way to do this:
>
tell application "Finder" to quit application "Microsoft Database Daemon"
That is a good idea and it quits the Daemon but only as an "Application".
Entourage's Script Menu doesn't show Applications,
only Compiled Scripts! (More Office X aggravations)
So, back to the Shell, which (I hope) will run as a compiled script:
do shell script ,
("kill -9 " & "/bin/ps -auwx | grep -v /usr/bin/awk | /usr/bin/awk
'/Microsoft Database Daemon/ {print $2;}'")
This seems to run but according to Process Viewer it doesn't quit the
Daemon.
Is that line OK? I don't understand this shell scripting!
Hope that makes sense . . .
-- Rachel
http://www.Spectrumology.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.