68kMLA Classic Interface

This is a version of the 68kMLA forums for viewing on your favorite old mac. Visitors on modern platforms may prefer the main site.

Click here to select a new forum.
Periodic rebooter for System 7?
Posted by: RichardG on 2009-06-21 11:29:10
This is the kind of software I'm now seeking. My finds:

Keep It Up: site is down. Google apparently knows nothing about it. Wayback Machine = also nothing. (Remember the Color Classic web server?)

Cron Manager: buyware. Across irrelevant things, I found a MacWEEK article on one paid subscription based library and other which requires you to enter your postal address. I think the text won't be useful.

By preference it should reboot on anywhere between midnight and 6am.

Posted by: Charlieman on 2009-06-21 12:19:31
Are you able to run AppleScript? Write your own?

Posted by: RichardG on 2009-06-21 12:52:24
I can code AppleScript, however if the skill is needed for the reboot script, I found a premade one.

Posted by: Charlieman on 2009-06-21 12:55:36
And loads of Cron utilities too, surely?

Posted by: RichardG on 2009-06-21 13:00:43
These are the only ones I could find. I just know AppleScript to the extent of sending commands to applications.

I want: Cron utility or periodic rebooter.

I don't want: AppleScript tutorial.

Posted by: Dog Cow on 2009-06-21 13:28:22
I came across a cron-like scheduler for classic Mac OS a month or few ago. I believe it is in the Info-Mac archive. Search for 'cron'

Posted by: porter on 2009-06-21 14:03:09
I recommend writing a faceless background application that checks the system date then sends an apple event to the finder to reboot.

There are plenty of code samples for FBAs around and MPW is free.

Posted by: register on 2009-06-21 14:15:44
Why is it of importance to restart the mac periodically? Is it due to technical reasons like fragmented RAM, or just to keep a remote system up and running? For the latter a software was available to force an automatic restart after the system crashed (sorry, I lost the name of that programme). A scheduled restart probably would not be able to solve that issue.

Posted by: RichardG on 2009-06-21 14:25:16
(Not too) remote system keeping. Let's stop discussing, I want the rebooter, no matter what's the point of using one.

Posted by: RichardG on 2009-06-21 14:53:54
No explanation needed.

http://forums.info-mac.org/viewtopic.php?f=99&t=383&p=384

It's PPC only but it's worth the find.

(For who's curious, I will use it in future on a pre-G3 setup running HappyPlusClock, an alarm clock and MacHTTP. To keep up the old system, I will use this cron program with a reboot AppleScript)

1