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: Rob Jorgensen <email@hidden>
- Date: Sat, 14 Sep 2002 21:07:48 -0400
On 9/15/02, Mr Tea commented:
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.
I notice in Jaguar that there's a shutdown command in the System
Events dictionary. I wonder if this provides benefits over using the
Finder.
--
Rob Jorgensen
Ohio, USA
_______________________________________________
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.