Re: Rebooting my computer
Re: Rebooting my computer
- Subject: Re: Rebooting my computer
- From: Bryan <email@hidden>
- Date: Tue, 07 Nov 2000 10:23:56 -0500
- Organization: Apex Radiology
Put the following script application into your startup items folder
This requires The Sleep Commands OSAX
tell me to sleep for ((60 * 60) * 6))
tell application "Finder"
activate
restart
end tell
Keith Bailey wrote:
>
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???
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users