(no subject)
(no subject)
- Subject: (no subject)
- From: Doug Borngasser <email@hidden>
- Date: Tue, 17 Sep 2002 09:23:59 -0700
You might want to set the cron to be:
00 23 * * * root /sbin/shutdown -h now
or I think you will be shutting down at 11 am instead of PM.
Doug
Date: Sun, 15 Sep 2002 21:32:25 -0400
Subject: Re: Shut down computer running 10.1.3
From: brian mather <email@hidden>
To: <email@hidden>
<snipped from digest>
Stefan Seiz wrote:
>Message: 3
>Date: Sun, 15 Sep 2002 15:10:08 +0200
>Subject: Re: Shut down computer running 10.1.3
>From: Stefan Seiz <email@hidden>
>To: <email@hidden>
>
>On 15.9.2002 3:07 Uhr, Rob Jorgensen <email@hidden> wrote:
>
>>> 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.
>
>Hmm, I like AppleScript too, but for a simple shutdown?
>Why not just add a cron entry to /etc/crontab ?
>
>00 11 * * * root /sbin/shutdown -h now
>
>--
><http://www.StefanSeiz.com>
>Spamto: <email@hidden>
Thank you. Exactly what I was after.
brian
_______________________________________________
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.