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,9753537e98489a81 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-22 07:31:24 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: executing a file from within a program Date: Fri, 22 Mar 2002 17:28:39 +0200 Organization: Ehud Lamm Message-ID: References: NNTP-Posting-Host: di3-82.dialin.huji.ac.il X-Trace: news.iucc.ac.il 1016811046 29192 132.64.13.82 (22 Mar 2002 15:30:46 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Fri, 22 Mar 2002 15:30:46 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Xref: archiver1.google.com comp.lang.ada:21540 Date: 2002-03-22T17:28:39+02:00 List-Id: "Fraz" wrote in message news:QqHm8.8403$eG.503335@news2-win.server.ntlworld.com... > Is there any ada command that will allow me to launch another exe file? > > Fraz > It depends on the operating system. On Windows you can do this by pragma import- ing WinExec, for example. Ehud Lamm