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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-07 05:22:56 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!small1.nntp.aus1.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!nwrdny01.gnilink.net.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: Subject: Re: Q:Most reasonable OS Layer Access? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Wed, 07 Jan 2004 13:22:55 GMT NNTP-Posting-Host: 141.154.249.88 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny01.gnilink.net 1073481775 141.154.249.88 (Wed, 07 Jan 2004 08:22:55 EST) NNTP-Posting-Date: Wed, 07 Jan 2004 08:22:55 EST Xref: archiver1.google.com comp.lang.ada:4168 Date: 2004-01-07T13:22:55+00:00 List-Id: "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.