Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!agate!tornado.Berkeley.EDU!cshum From: cshum@tornado.Berkeley.EDU (Chung H. Shum) Newsgroups: comp.sys.apple Subject: AppleWorks, TextTime CDA Message-ID: <1990Feb20.061336.24967@agate.berkeley.edu> Date: 20 Feb 90 06:13:36 GMT Sender: usenet@agate.berkeley.edu (USENET Administrator;;;;ZU44) Reply-To: cshum@tornado.Berkeley.EDU (Chung H. Shum) Organization: ucb Lines: 15 I would like to know if there is any way to make AppleWorks execute another SYS file when I exit the program. I found a MLI quit call in the SEG.AW file that lives at $4924 on my system, but it doesn't seem to point to a valid quit call parameter table. There is a parm table a few bytes after the quit call, but it isn't the one that the quit call refers to (it's a 04 00 00 00 00 00 00 sequence). What I want to do is execute a short program that shuts off the TextTime CDA before returning to ProSel (I've already figured out a way to turn on TextTime after launching AppleWorks from ProSel, and I need to do the reverse). Changing around the bytes in the parm table I found (like making the second byte $EE) did nothing, so I suppose I'm not in the right place. I'm using AppleWorks 3.0. Thanks for the help. cshum@ocf.berkeley.edu