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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fe7baeda96251197 X-Google-Attributes: gid103376,public From: "James S. Rogers" Subject: Re: How to execure Unix scripts Date: 2000/07/21 Message-ID: #1/1 X-Deja-AN: 648928364 References: <8l6mnl$2eh$1@news.uit.no> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 964147859 12.74.129.190 (Fri, 21 Jul 2000 02:50:59 GMT) Organization: AT&T Worldnet NNTP-Posting-Date: Fri, 21 Jul 2000 02:50:59 GMT Newsgroups: comp.lang.ada Date: 2000-07-21T00:00:00+00:00 List-Id: Reinert Korsnes wrote in message <8l6mnl$2eh$1@news.uit.no>... >Hi, > >I did not find answer on this in my Ada95 literature: > >How do I execute a Unix script in Ada95 ? > >I am looking for something like the function "system" under Fortran. >I also would like to run/start gnuplot under Ada and start and use >results from octave/mathlab etc... You will find an example of using the "system" call in the Unix C library in the basic Ada programming examples at www.adapower.com. Jim Rogers Colorado Springs, Colorado USA