Make Entoutage Go Online/Offline at Specific Time

I would like have Entorage go offline at a specific time each evening and go back online at a specific time in the morning. I want the clock (i.e., the time) to be the trigger. Is this possible? If so, how? Thanks,

There are a few options. One is a unix cron job that sends applescript commands via osascript. Or the cron’d shell script could just open an applescript application. Or you could write a script that runs constantly in a loop. It would check the time. If it’s time to go on/off line, it does so. If not, it delays for a minute and then checks again.