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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bffac9eb5dce1b18 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: DOS Command in OA Date: 1999/08/04 Message-ID: <7o9ku3$neq@hobbes.crc.com>#1/1 X-Deja-AN: 508811248 References: <37A80902.1454720B@nwn.de> <37A824DC.BEA580C7@maths.unine.ch> <1103_933772501@DZOG-CHEN> Organization: Coleman Research Corporation X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Newsgroups: comp.lang.ada Date: 1999-08-04T00:00:00+00:00 List-Id: Ed Falis wrote in message <1103_933772501@DZOG-CHEN>... >Take a look in the subdirectory \lib\ada83 > >The old Alsys DOS packages are there, ported to windows, with some restrictions. Create a library, compile them, and link to it from your >application library, or just compile them into the application library. They MAY have what you're looking for. They certainly have the >"exec" commands that were mentioned, but NT could get in the way of whay you're trying to do. > Note what the poser of the question said, viz.: We are using WIN95 and Aonix Object Ada 7.1. ANSI.SYS is alive and well in WIN95, and changing the console mode from within the program works just fine.