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,3efdba4872d0fe9e X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Calling EXEs from ADA95 Date: 2000/03/23 Message-ID: #1/1 X-Deja-AN: 601226708 References: <022ad336.6a710f8a@usw-ex0109-066.remarq.com> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 953802799 206.170.2.4 (Thu, 23 Mar 2000 01:13:19 PST) Organization: SBC Internet Services NNTP-Posting-Date: Thu, 23 Mar 2000 01:13:19 PST Newsgroups: comp.lang.ada Date: 2000-03-23T00:00:00+00:00 List-Id: >Can someone tell me how to call a executable (DOS) from ada? 16 bit MSDOS from 16 bit MSDOS? 32 bit from 32 bit? 16 bit or 32 bit DOS from Windows 3.1, or Windows 95, or Windows 2000? One machine starting a program on a separate machine connected over a network? Using which vendor's custom Ada library? Since you can't call DOS executables on IBM mainframes, or in a pocket GSM system, there clearly can't be a standard way to do it across all vendor's Ada systems on all target systems. So you'll have to be more specific about what you want.