Date: Sat, 29 Jun 1996 21:01:16 +0400 From: "Alexander V. Lukyanov" Message-Id: <199606291701.VAA00082@gemini.yars.free.net> To: djgpp AT delorie DOT com, jvandyk AT ibm DOT net Subject: Re: Multitasking in DOS (fwd) Content-Length: 588 > >Preemptive multitasking in DOS? I'm in deep doubt. > > Check CTASK22.ZIP on any simtel.net mirror. It has full multi-tasking for > 16-bit C programs under DOS. Well, some sort of multitasking can really exist in dos. Windows is an example, but I'm not sure whether it is possible to create a multitasker which will run under all varieties of windows or will be compatible with many different programs, real mode and those which run with an extender, etc. Compatibility is the problem, imho, but even in plain dos with 16-bit programs there could be problems, hardware access is one.