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,d27f35b521d35d26,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-19 05:53:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!news-in.mts.net!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail From: "Nose Red" Newsgroups: comp.lang.ada Subject: How to execute DOS command from an Ada program ? Message-ID: <1056026816.27326@news.drenet.dnd.ca> Cache-Post-Path: news.drenet.dnd.ca!unknown@dns2.lsec.dnd.ca X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Date: Thu, 19 Jun 2003 08:46:55 -0400 NNTP-Posting-Host: 131.136.242.1 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1056026815 131.136.242.1 (Thu, 19 Jun 2003 08:46:55 EDT) NNTP-Posting-Date: Thu, 19 Jun 2003 08:46:55 EDT Organization: Bell Sympatico Xref: archiver1.google.com comp.lang.ada:39446 Date: 2003-06-19T08:46:55-04:00 List-Id: Hi, I am using Ada95 to develop a tool which will execute/call a DOS batch file. Anyone knows how ? Thanks