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,FREEMAIL_FROM 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 14:06:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.stueberl.de!news.salzburg-online.at!newsfeed01.univie.ac.at!newsfeed01.chello.at!news.chello.at.POSTED!53ab2750!not-for-mail From: Christoph Schlegel Newsgroups: comp.lang.ada Subject: Re: Is it possible to start another executable from within an ada program? Message-ID: <20030513230631.5b6ab6bf.modula2@myrealbox.com> References: Organization: Free Modula-2 Pages X-Newsreader: Sylpheed version 0.8.8 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Tue, 13 May 2003 21:06:13 GMT NNTP-Posting-Host: 62.178.166.160 X-Complaints-To: abuse@news.chello.at X-Trace: news.chello.at 1052859973 62.178.166.160 (Tue, 13 May 2003 23:06:13 MEST) NNTP-Posting-Date: Tue, 13 May 2003 23:06:13 MEST Xref: archiver1.google.com comp.lang.ada:37301 Date: 2003-05-13T21:06:13+00:00 List-Id: On 13 May 2003 08:26:03 -0700 admin@ctech.ca (Vincent) wrote: > 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 remember GNAT.Os_Lib.Spawn wich provided a classic C-style spawn- function. This was comfortable and easy to use for me. Maybe this helps, maybe it does not - Christoph