pknz macrumors 68020 Original poster Jan 9, 2006 #1 I havent used Automator or done used any scripts. But is there a simple way to set my computer to turn off restart at a set time in Automator? Or quit a set application would work fine as well. Thanks
I havent used Automator or done used any scripts. But is there a simple way to set my computer to turn off restart at a set time in Automator? Or quit a set application would work fine as well. Thanks
Jay42 macrumors 65816 Jan 9, 2006 #2 I'm assuming you know you can set your Mac to sleep/shut down/restart at a certain time within system preferences.
I'm assuming you know you can set your Mac to sleep/shut down/restart at a certain time within system preferences.
pknz macrumors 68020 Original poster Jan 9, 2006 #3 I new it was in there yes. But using automator sounds cooler
After G macrumors 68000 Jan 9, 2006 #4 You could always use a cron job with a terminal command. 😀 Code: shutdown -h now