Shut Down Scheduler for System 7

Hi, looking for a little control panel or DA that would allow you to schedule the "pushing" or "selecting" of Special - Shut Down. Thanks!
Which version of 7? The power management Control Panel (whatever it's called, never use it) supports powering down. Otherwise, you could use AppleScript.

How do you want to set it?
 
So it’s 7.5 but it’s on a Mac that doesn’t have soft power. Apple script might work? Is there a way to set the script to go off at a specific time of day?
 
So it’s 7.5 but it’s on a Mac that doesn’t have soft power. Apple script might work? Is there a way to set the script to go off at a specific time of day?
How are you going to power it down if you don't have soft power? Who's going to switch the switch, so to say? 😆
 
Ah ive got a wifi plug thingy
I was wondering. That makes more sense. Does it do a time delay so you can trigger it from the Mac? Or are you working on the assumption that the Mac is always going to shut down (note that an unsaved document will block a shutdown request for example).

Do you want the time of day to be variable, or basically always the same? Like, would writing a script that just waited until the time and shut down be enough? Or do you need an interface to update the time etc?
 
Ah so its just my "file server" Centris 610, it turns on automatically at 4pm and I want it to turn off at 10pm, the wifi plug thingy just is on an app and turns the plug on/off whenever. I don't want the computer just getting the power pulled, I wanted something that would auto click the Special-Shut down just before the wifi plug turns it off.
 
Ah so its just my "file server" Centris 610, it turns on automatically at 4pm and I want it to turn off at 10pm, the wifi plug thingy just is on an app and turns the plug on/off whenever. I don't want the computer just getting the power pulled, I wanted something that would auto click the Special-Shut down just before the wifi plug turns it off.
I'll knock something together for you when my cat gets off me. Should be sometime this year 🤣
 
Thanks! I have tried to use apple script but I just have no idea what to do lol
Here you go.

There are two files, one is a an Extension, and one is a Scripting Addition. If "Shutdown" isn't already in your Scripting Additions folder (you can find it in System Folder > Extensions > Scripting Additions) then you'll need to add it. The other file with a clock icon needs to go in the Extensions folder (it will go there automatically if you drop it on the System Folder).

You must have AppleScript (probably at least 1.1) installed.

Couple of warnings...
1. This gives no heads up or dialogue box or beep or anything, it just shuts the computer down.
2. Set your wifi socket to turn off at least a minute later, because I set the thing to only check the time every 30 seconds, so it can be 30 seconds past the time you set. Plus the clock might be different, so give a bit of slack.

1771805667311.png

This is the most single use thing I have ever made 😆
 

Attachments

Back
Top