Re: problem in script
Re: problem in script
- Subject: Re: problem in script
- From: Matthew Smith <email@hidden>
- Date: Sat, 15 Sep 2001 09:29:09 +1000
on 15/09/01 08:59, Sunmeet Gill at email@hidden wrote:
>
first problem
>
is it possible to make a appplescript
>
which will remain open for the wole day and will restart the computer at
>
midnight
Yes. You could create a script and make it an applet. In its idle handle you
can test for after midnight and restart the computer. Or you could use a
utility like iDo Script Scheduler to run a script at midnight to restart the
computer.
>
second problem
>
is it possible to to write a script which will restart the computer if it
>
will hang
No. If a computer is hanging how can you execute a script? The script would
be hanging as well.
--
Matthew Smith