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 X-Google-Thread: 103376,dc5df8a6faa15259 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 05:50:15 PST Path: archiver1.google.com!newsfeed.google.com!postnews1.google.com!not-for-mail From: wzm@venusic.com (wzm) Newsgroups: comp.lang.ada Subject: Re: run external .exe files within an ada program.. Date: 5 Jul 2001 05:50:14 -0700 Organization: http://groups.google.com/ Message-ID: <90bbca14.0107050450.55233f15@posting.google.com> References: <9e5f0431.0107040609.27c9a661@posting.google.com> NNTP-Posting-Host: 61.164.194.89 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 994337414 16578 127.0.0.1 (5 Jul 2001 12:50:14 GMT) X-Complaints-To: groups-support@google.com NNTP-Posting-Date: 5 Jul 2001 12:50:14 GMT Xref: archiver1.google.com comp.lang.ada:9463 Date: 2001-07-05T12:50:14+00:00 List-Id: in GNAT,there are two subprograms in GNAT.OS_LIB, procedure Spawn (Program_Name : String; Args : Argument_List; Success : out Boolean); function Non_Blocking_Spawn (Program_Name : String; Args : Argument_List) return Process_Id; they can execute the external file. "David C. Hoos, Sr." wrote in message news:... > The attachment is an Ada95 binding to the C function "system." > > The binding is portable across operating systems -- i.e., it's not > limited to Win32 platforms. > > ----- Original Message ----- > From: "Henrik M�llberg" > Newsgroups: comp.lang.ada > To: > Sent: July 04, 2001 9:09 AM > Subject: run external .exe files within an ada program.. > > > > how do I do that? does it exist any counterparts to "system" in perl or > something? > > > > (I'm developing in win32 environment) > > > > regards, > > Henrik > > _______________________________________________ > > comp.lang.ada mailing list > > comp.lang.ada@ada.eu.org > > http://ada.eu.org/mailman/listinfo/comp.lang.ada > > > > --