Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!rutgers!ames!lll-tis!ptsfa!well!sjm From: sjm@well.UUCP (Stephen Moehle) Newsgroups: comp.sys.amiga Subject: Re: EXEC question Message-ID: <3823@well.UUCP> Date: Tue, 25-Aug-87 21:48:36 EDT Article-I.D.: well.3823 Posted: Tue Aug 25 21:48:36 1987 Date-Received: Thu, 27-Aug-87 06:20:07 EDT References: <3815@well.UUCP> Lines: 15 Keywords: EXEC task Summary: A clarification In a previous article, I wrote: | | In the Task structure for EXEC there is a field "VOID (*tc_Launch)()". | I set this to point to a function of my own, and I set the bit | (TB_LAUNCH << 1) in the "tc_Flags" field. And nothing happened. My | routine was never called. I really would like to get this to work. | What else do I need to do? CATS? Anyone? | | Stephe I really meant (1 << TB_LAUNCH), not what I wrote above. Silly me. I should also mention that I am trying to do this from within an existing task. Stephe