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,a2a33efd6bde52cc X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Simple question (I hope) Date: 1999/05/04 Message-ID: <372e439d.21068741@news.pacbell.net>#1/1 X-Deja-AN: 473714770 References: <19990503184408.20888.00001818@ng21.aol.com> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 925778936 206.170.24.33 (Mon, 03 May 1999 17:48:56 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Mon, 03 May 1999 17:48:56 PDT Newsgroups: comp.lang.ada Date: 1999-05-04T00:00:00+00:00 List-Id: >How could I execute another program or DOS command from >within an Ada program? That's not defined by the language standard (it makes no sense in many systems) but your compiler ought to provide library routines to do it.