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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-16 07:53:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: debs.wisbey@amsjv.com (Debs Wisbey) Newsgroups: comp.lang.ada Subject: Ada Procedures Required for GNAT 3.10p (for DOS) Port Date: 16 Jul 2003 07:53:14 -0700 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058367195 27573 127.0.0.1 (16 Jul 2003 14:53:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 16 Jul 2003 14:53:15 GMT Xref: archiver1.google.com comp.lang.ada:40339 Date: 2003-07-16T14:53:15+00:00 List-Id: 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.