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,87bfce9a842f2bf2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-08 11:44:53 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!eusc.inter.net!news.eusc.inter.net!boavista.mydomain.de!news From: Michael Erdmann Newsgroups: comp.lang.ada Subject: Re: Q:Most reasonable OS Layer Access? Date: Thu, 08 Jan 2004 19:54:32 +0100 Organization: http://www.snafu.de/~boavista Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.eusc.inter.net 1073591092 1312 213.73.70.167 (8 Jan 2004 19:44:52 GMT) X-Complaints-To: abuse@eusc.inter.net User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:4222 Date: 2004-01-08T19:54:32+01:00 List-Id: On Wed, 07 Jan 2004 06:29:05 +0100, Michael Erdmann wrote: > Dear all, > > i need to create/delete directories, stop processes etc > from Ada 95. I am wondering what the most reasonable way > is to do such things (e.g. using florist or is there something > simpler available)? > Thanks for your ideas, i have decided to use the GNAT libraries and i will build a shell around it providing my the services i need. Regards M.Erdmann > > Thanks in advance, > Michael