Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!ll-xn!ames!lll-lcc!well!sjm From: sjm@well.UUCP (Stephen Moehle) Newsgroups: comp.sys.amiga Subject: EXEC question Message-ID: <3815@well.UUCP> Date: Mon, 24-Aug-87 20:54:41 EDT Article-I.D.: well.3815 Posted: Mon Aug 24 20:54:41 1987 Date-Received: Wed, 26-Aug-87 04:47:33 EDT Lines: 8 Keywords: EXEC task 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