Rebooting my computer
Rebooting my computer
- Subject: Rebooting my computer
- From: Keith Bailey <email@hidden>
- Date: Tue, 7 Nov 2000 08:28:19 -0600
I'm a new applescripter and I've been working with scripts that were created
before me.
I've been trying to add a "reboot the computer every 6 hours" to an
existing script.
I have been unsuccessful with what I have added:
set theRebootTime to ((current date) + ((60 * 60) * 6))
This will not reboot the computer.
I'm I missing a step or two???