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 08:09:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!lon1-news.nildram.net!peernews!peer.cwci.net!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "Fraz" Newsgroups: comp.lang.ada References: Subject: Re: executing a file from within a program X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Fri, 22 Mar 2002 16:09:02 -0000 NNTP-Posting-Host: 62.252.149.93 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 1016813363 62.252.149.93 (Fri, 22 Mar 2002 16:09:23 GMT) NNTP-Posting-Date: Fri, 22 Mar 2002 16:09:23 GMT Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:21545 Date: 2002-03-22T16:09:02+00:00 List-Id: yeah i am using windows - can u give me any more details about this?? Fraz "Ehud Lamm" wrote in message news:a7fin6$sg8$1@news.iucc.ac.il... > "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 > >