Child processes in Mess-Dos

John Porter 2113av at gmuvax2.gmu.edu
Thu Oct 4 08:06:23 AEST 1990


In article <1990Sep28.234836.17868 at gpu.utcs.utoronto.ca> sarathy at gpu.utcs.utoronto.ca (Rajiv Sarathy) writes:
>Others were under the impression that spawn and exec load an additional
>copy of COMMAND.COM.  I didn't test to see if this is true, but I doubt it.


The MS-DOS programming references are rather explicit on this point.
I have written programs to test these hypotheses, and it is quite true
(at least for ver.3.30) that spawn and exec do NOT load COMMAND.COM.
Both of these system calls are handled by a load/exec routine located in
the resident portion of DOS.

-- john.porter



More information about the Comp.lang.c mailing list