From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 1 Jul 93 14:07:39 GMT From: aio!sweetpea.jsc.nasa.gov!yow@ames.arc.nasa.gov (Bill Yow) Subject: Re: DOS child processes Message-ID: <1993Jul1.140739.21694@aio.jsc.nasa.gov> List-Id: In article <741504095.AA01856@f262.n620.z3.fidonet.org>, compsol@fir.canberra.e du.au (ben elliston) writes: |> Can someone please enlighten me on how to run DOS child processes from an Ad a program? If your using the Meridian Ada compiler there is a package that provides that service. I don't remember the name of the package but I can get the name for y ou if you need it. I would assume that the other DOS Ada compilers would also provided a similar package. If not you will need to call the DOS interrupts that provide executin g child programs. Most low level DOS programming books will cover how to do this . I also have a package that will swap the current program to ems/ext memory and then run the child program. The swapped program only consumes about 2k of memo ry overhead. Of course this only works for the Meridian compiler in real mode. B ut if you would like a copy let me know. Later, Bill Yow (713) 280-1591 yow@pat.mdc.com byow@mcimail.com My opinions are my own!