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, MSGID_RANDY 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: Ted Dennison Subject: Re: DOS Command in OA Date: 1999/08/04 Message-ID: <7o9h0a$d68$1@nnrp1.deja.com>#1/1 X-Deja-AN: 508760562 References: <37A80902.1454720B@nwn.de> X-Http-Proxy: 1.0 x33.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Wed Aug 04 13:59:45 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-08-04T00:00:00+00:00 List-Id: In article <37A80902.1454720B@nwn.de>, KdoMFueSys Wilhelmshaven wrote: > 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. You do of course realize that this will not work in WindowsNT? (without a lot of extra work, anyway). > 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. It might be easier to just change the properties on the DOS window you use to start your program. -- T.E.D. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.