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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dc6ab937143a5e6f,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-02-25 09:33:00 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-03!sn-xit-04!sn-xit-05!sn-xit-09!supernews.com!129.250.16.78.MISMATCH!peer1.stngva01.us.to.verio.net!news.verio.net!news.maxwell.syr.edu!newsfeed.icl.net!news.mailgate.org!newsfeeder.edisontel.com!news.newsland.it!news-out.tin.it!news-in.tin.it!news.finmeccanica.it!not-for-mail From: "Lele" Newsgroups: comp.lang.ada Subject: HELP: Send command to the Windows prompt from Ada procedure Date: Wed, 25 Feb 2004 17:48:54 +0100 Organization: Finmeccanica Message-ID: NNTP-Posting-Host: 193.70.207.169 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:5807 Date: 2004-02-25T17:48:54+01:00 List-Id: Hi, does anyone show me the simplest way to perform a windows system call using Ada ? I've to call a batch file from my not-professional Ada procedure, or I've to send command to the windows prompt (command.com) . How can I do that? Thanx for the advices.