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-Thread: 103376,e86fb8cc090152ea,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!opentransit.net!newsf01.ono.com!news.ono.com.POSTED!53ab2750!not-for-mail From: Aldebaran Subject: Is there some way of calling a system command? User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Message-Id: Newsgroups: comp.lang.ada MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Date: Sun, 11 Jun 2006 10:46:15 +0200 NNTP-Posting-Host: 81.203.109.157 X-Trace: news.ono.com 1150015558 81.203.109.157 (Sun, 11 Jun 2006 10:45:58 MEST) NNTP-Posting-Date: Sun, 11 Jun 2006 10:45:58 MEST Xref: g2news2.google.com comp.lang.ada:4744 Date: 2006-06-11T10:46:15+02:00 List-Id: I am a newbie Ada-programmer and need help with this topic. In C one can launch a system command, for instance through the following function. system("ls "); or in JAVA exec("ls"); Is there some similar way of calling a system command in ADA? Thanks in advance