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-Thread: 103376,e86fb8cc090152ea X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news.glorb.com!proxad.net!cleanfeed1-a.proxad.net!nnrp4-2.free.fr!not-for-mail From: "Michel Simeon" Newsgroups: comp.lang.ada References: <1150031952.347657.244910@i40g2000cwc.googlegroups.com> <449168a1$0$9944$636a55ce@news.free.fr> <1150380670.682513.68030@y41g2000cwy.googlegroups.com> Subject: Re: Is there some way of calling a system command? Date: Thu, 15 Jun 2006 16:57:19 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2869 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Message-ID: <4491754f$0$9611$636a55ce@news.free.fr> Organization: Guest of ProXad - France NNTP-Posting-Date: 15 Jun 2006 16:57:20 MEST NNTP-Posting-Host: 82.251.206.118 X-Trace: 1150383440 nnrp4-2.free.fr 9611 82.251.206.118:1463 X-Complaints-To: abuse@proxad.net Xref: g2news2.google.com comp.lang.ada:4791 Date: 2006-06-15T16:57:20+02:00 List-Id: Thank you for your answer, it worked for what I wanted to do. I had not realized that in addition to Ada per se I should also look into what GNAT is offering. -- Michel Simeon "Ludovic Brenta" wrote in message news:1150380670.682513.68030@y41g2000cwy.googlegroups.com... > Michel Simeon writes : >> I am learning Ada and does not know C. >> I tried your approach to call an othe program from Ada and it worked, >> except >> for one problem: the calling program will wait for the return parameter >> (Rc >> in your exemple) and thus freeze till the other one is closed. >> Could i do something similar but withour the retrun parameter ? > > See GNAT.OS_Lib.Non_Blocking_Spawn, GNAT.Expect.Non_Blocking_Spawn. > > -- > Ludovic Brenta. >