Re: Shut down computer running 10.1.3
Re: Shut down computer running 10.1.3
- Subject: Re: Shut down computer running 10.1.3
- From: Mr Tea <email@hidden>
- Date: Sun, 15 Sep 2002 01:20:15 +0100
This from Paul Berkowitz - dated 15-9-02 12.14 am:
>
On 9/14/02 4:02 PM, "brian mather" <email@hidden> wrote:
>
>
> I've tried unsuccessfully to build a stay open applet that checks every hour
>
> to see what time it is and at the right time shut down
>
>
>
...You might also want to go to a quit handler to do the shutting down. You
>
know the Finder always asks if you want to quit open apps, save documents,
>
etc?
Also, I think this will be necessary...
ignoring application responses
tell application "Finder"
shut down
end tell
end ignoring
...otherwise the Finder will wait to see if it has quit before shutting
down, and finding that it hasn't, won't.
Nick
_______________________________________________
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.