From: 4of10 AT www DOT com Newsgroups: comp.os.msdos.djgpp Subject: multitasking Lines: 9 Message-ID: Date: Thu, 07 Dec 2000 23:49:27 GMT NNTP-Posting-Host: 213.46.2.188 X-Complaints-To: abuse AT chello DOT com X-Trace: amstwist00 976232967 213.46.2.188 (Fri, 08 Dec 2000 00:49:27 MET) NNTP-Posting-Date: Fri, 08 Dec 2000 00:49:27 MET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I think a lot of people discussed this topic before but there are still some things I want to know. I'd like to write a program that could run more than one function at the same time but ... each function from a different .EXE file (for example, TEST1.EXE and TEST2.EXE running at 'the same time') Does somebody know how to do this or can provide me with a (link to a) tutorial or demo code. Thanks is advance.