Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: HELP! DOS PROCESSES Message-ID: <8710160819.AA11734@cory.Berkeley.EDU> Date: Fri, 16-Oct-87 04:19:47 EDT Article-I.D.: cory.8710160819.AA11734 Posted: Fri Oct 16 04:19:47 1987 Date-Received: Sat, 17-Oct-87 19:08:10 EDT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 9 :I've just gotten multitasking working and I'm trying to get independant :processes running. I use dos Exit() to terminate which works great if I run :the process under a CLI. If I load the routine and do a CreateProc() Processes created with CreatProc() can simply fall through (rts at the top level) to exit. In C this would be equivalent to simply returning from the top level procedure of the process. -Matt