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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d8f5a3667fa72b1f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-28 11:53:01 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "David Botton" Newsgroups: comp.lang.ada Subject: Re: How to Use commands from the OS Date: Sun, 28 Apr 2002 14:52:32 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3ccb178a$0$15595$626a54ce@news.free.fr> 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 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:23201 Date: 2002-04-28T14:52:32-04:00 List-Id: If you are using GNAT, see GNAT.OS_Lib In general this is done the same way as you would in any other language, through APIs to the OS. David Botton "Mathias Calb�rac" wrote in message news:3ccb178a$0$15595$626a54ce@news.free.fr... > Hi ! > > I am learning ada, and I enjoy ada programming, but I don't know how to use > the OS commands (example : Dir, cls commands). > Is there any free package to do that ? > Thank you for helping me. > Mathias. > > >