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,dc6ab937143a5e6f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-25 10:27:04 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn52feed!worldnet.att.net!attbi_s04.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: HELP: Send command to the Windows prompt from Ada procedure References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 67.161.24.134 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s04 1077733623 67.161.24.134 (Wed, 25 Feb 2004 18:27:03 GMT) NNTP-Posting-Date: Wed, 25 Feb 2004 18:27:03 GMT Organization: Comcast Online Date: Wed, 25 Feb 2004 18:27:03 GMT Xref: archiver1.google.com comp.lang.ada:5812 Date: 2004-02-25T18:27:03+00:00 List-Id: >does anyone show me the simplest way to perform a windows system call using >Ada ? That's not part of Ada - it varies a great deal among OSes so it's normally supplied by the compiler vendor for the particular compiler and OS. Look in your docs. If you're using Gnat, my Gnat docs have it under Gnat.OS_Lib in the reference manual (not the user guide).