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,start X-Google-Attributes: gid103376,public From: KdoMFueSys Wilhelmshaven Subject: DOS Command in OA Date: 1999/08/04 Message-ID: <37A80902.1454720B@nwn.de>#1/1 X-Deja-AN: 508726424 Content-Transfer-Encoding: 7bit X-Accept-Language: de Content-Type: text/plain; charset=us-ascii X-Complaints-To: postmaster@nwn.de X-Trace: news.nordwest.net 933763534 21468 134.106.224.213 (4 Aug 1999 10:45:34 GMT) Organization: Nordwest.Net Mime-Version: 1.0 NNTP-Posting-Date: 4 Aug 1999 10:45:34 GMT Newsgroups: comp.lang.ada Date: 1999-08-04T10:45:34+00:00 List-Id: Hallo, we've implemented a screen_io package in order to ease basic in- and output based upon ESC-Seqeunces using ANSI.SYS as it was described formerly in this group. What we are trying now, is to change the screen's text-resolution from 80x25 to 80x50, e.g. with dos command mode co80 50. What we are trying is to invoke this call from within our ada-code. Our question is: Is there any possible solution, to invoke DOS-Commands from within Object-Ada-Code? And if not, is there any possibility to change screen's text-resolution from 80x25 to 80x25? We are using WIN95 and Aonix Object Ada 7.1. We appreciate any help, thanks in advance. Carsten Schnedler PiCasi@T-Online.de