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,c425816b20dec2e2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 19:01:46 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Ada Procedures Required for GNAT 3.10p (for DOS) Port Date: Wed, 16 Jul 2003 21:03:20 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:40376 Date: 2003-07-16T21:03:20-05:00 List-Id: For what's it's worth, all of that functionality is in the MS-DOS versions of Janus/Ada, which are still available and supported (see www.rrsoftware.com). Randy. "Debs Wisbey" wrote in message news:b3b4e2d7.0307160653.691c5ca3@posting.google.com... > All, > > I am trying to port an old bit of code from the Alsys Compiler to GNAT > 3.01p for DOS and have come across a few problems. Unfortunately, my > Ada knowledge is not a string as I would like or require and so have a > limited knowledge of the available packages. > > I am trying to write an Ada procedure that can call DOS commands from > an Ada program that is running on a 386 machine that ONLY runs DOS. > > I am trying to write an Ada procedure that can rename a file, given > the old filename and new filename as strings. > > I am trying to write an Ada procedure that can write to/read from > address locations. > > Does anyone know if there are any Ada packages that contain > functionality to perform these tasks? > > Thank you for any help that you can give me, > Debs.