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: Gautier Subject: Re: Simple question (I hope) Date: 1999/05/04 Message-ID: <372ECD71.E51A1CAD@maths.unine.ch>#1/1 X-Deja-AN: 473830835 Content-Transfer-Encoding: 7bit References: <19990503184408.20888.00001818@ng21.aol.com> To: L Strong01 Content-Type: text/plain; charset=us-ascii Organization: Universite de Neuchatel MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-05-04T00:00:00+00:00 List-Id: > Ada newbie here.....How could I execute another program or DOS command from > within an Ada program? Compiler / system dependant. Under GNAT, with GNAT.OS_lib IIRC. Implemented in DOS package, PC_PAQS.ZIP, http://members.xoom.com/gdemont/gsoft.htm see EXEC & EXEC_COMMAND procedures. -- Gautier -------- http://members.xoom.com/gdemont/