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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2f39ba2b10fdd9ad X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-02 10:26:58 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-xit-08!supernews.com!newsfeed.news2me.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: Richard Riehle Newsgroups: comp.lang.ada Subject: Re: Exec command in ada. Date: Sun, 02 Mar 2003 10:37:09 -0800 Organization: AdaWorks Software Engineering Message-ID: <3E624F55.24370B5C@adaworks.com> References: <3E5F4B92.61D43FCA@konad.de> Reply-To: richard@adaworks.com NNTP-Posting-Host: 41.b2.60.7a Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 2 Mar 2003 18:26:57 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:34802 Date: 2003-03-02T18:26:57+00:00 List-Id: Frank Piron wrote: > If you are using gnat have a look at spawn() and > non_blocking_spawn() in gnat.os_lib. Don't see this in the documentation. Can you provide a five or six line program example? Richard Riehle