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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,439c480fcf4ce979,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-13 08:58:42 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: calvinix@caramail.com (JuK) Newsgroups: comp.lang.ada Subject: Exec shell command with GNAT Date: 13 Jan 2003 08:58:41 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 62.161.92.253 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1042477122 28793 127.0.0.1 (13 Jan 2003 16:58:42 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 13 Jan 2003 16:58:42 GMT Xref: archiver1.google.com comp.lang.ada:32969 Date: 2003-01-13T16:58:42+00:00 List-Id: Hello I want to execute a shell command in my ADA application : function EXEC_SHELL_COMMAND (COMMAND : in STRING) return EXIT_STATUS ; How Can I do that ? ( SOLARIS with GNAT 3.14 ) Thank you