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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-13 08:26:04 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: admin@ctech.ca (Vincent) Newsgroups: comp.lang.ada Subject: Is it possible to start another executable from within an ada program? Date: 13 May 2003 08:26:03 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 66.36.136.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1052839564 19313 127.0.0.1 (13 May 2003 15:26:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 May 2003 15:26:04 GMT Xref: archiver1.google.com comp.lang.ada:37285 Date: 2003-05-13T15:26:04+00:00 List-Id: 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? In a perfect world, I'd prefer the call to be blocking, but I could also do with a non-blocking call. Any ideas? Thanks, Vincent