Path: utzoo!censor!geac!jtsv16!uunet!tut.cis.ohio-state.edu!ucbvax!ivory.UUCP!king From: king@ivory.UUCP (Steven King) Newsgroups: comp.sys.apple Subject: (none) Message-ID: <8908060230.AA16993@uunet.uu.net> Date: 5 Aug 89 23:40:53 GMT Organization: The Internet Lines: 20 > Does anyone know of a way of automatically switching programs at a given >time on a regular basis? [...] >Alan H. Stein The only way I can think of doing it off the top of my head would be to modify both programs to look at the real-time clock, then quit and fire up the other program at the appointed hour. A simple modification if the programs were written in-house, but probably quite complex if you're talking about pre- packaged programs. Maybe it would be possible to make the clock generate interrupts periodically. A constantly-resident interrupt handler could then check the time of day and run the other program if appropriate. If not, it would simply return to the first. /-----------------------------------------------------------------------------\ | I'm very good at giving directions, especially | Steve King (312) 991-8056 | | if I'm giving them to myself, 'cause I know | ...uunet!motcid!king | | what I'm talking about. | ...ddsw1!palnet!stevek | \-----------------------------------------------------------------------------/