From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,880c6df074e603db X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-13 08:54:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!paloalto-snf1.gtei.net!mtvwca1-snh1.ops.genuity.net!chcgil2-snh1.gtei.net!news.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Is it possible to start another executable from within an ada program? Date: 13 May 2003 10:54:05 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1052841210 917 192.135.80.34 (13 May 2003 15:53:30 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 13 May 2003 15:53:30 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:37286 Date: 2003-05-13T10:54:05-05:00 List-Id: In article , admin@ctech.ca (Vincent) writes: > I have a little problem : I am trying to start another .exe from my > ADA program... Anybody knows of a way to do such a thing? I know how to do such a thing, but it is possible you are using a different operating system and compiler than what I am using. > In a perfect world, I'd prefer the call to be blocking, but I could > also do with a non-blocking call. Any ideas? I would suggest more fully explaining your environment.