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,2f39ba2b10fdd9ad X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-28 10:18:55 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Exec command in ada. References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc03 1046456334 12.234.13.56 (Fri, 28 Feb 2003 18:18:54 GMT) NNTP-Posting-Date: Fri, 28 Feb 2003 18:18:54 GMT Organization: AT&T Broadband Date: Fri, 28 Feb 2003 18:18:54 GMT Xref: archiver1.google.com comp.lang.ada:34732 Date: 2003-02-28T18:18:54+00:00 List-Id: > Does anybody have any experiance using exec() style commands from within > ada? Yes. > I have looked in : Ada as a second Language > The Lovelace tutorial > Ada95 Third Edition. Ada is a language used on many different OSes, and sometimes on bare hardware, so an "exec()" does not always exist. Therefore you are unlikely to find it in a general Ada book. Most compiler vendors, however, supply such a thing with their compiler if at all possible, so look in your compiler docs.