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 10:38:10 PST Path: archiver1.google.com!news1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.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: Wed, 07 Jan 2004 20:58:10 +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 1073587089 29796 213.73.71.231 (8 Jan 2004 18:38:09 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:4220 Date: 2004-01-07T20:58:10+01:00 List-Id: On Wed, 07 Jan 2004 13:22:55 +0000, Frank J. Lhota wrote: > "Michael Erdmann" wrote in message > news:pan.2004.01.07.05.29.05.529123@snafu.de... >> 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)? > > These operations are all operating system specific, so you will need to > specify the OS before we can be of further assistance. Linux and like to keep it portable towards Windows XP. Michael