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,683ed7548d27f705 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-05 19:49:14 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Beau" Newsgroups: comp.lang.ada Subject: Re: for a beginner... Date: Thu, 5 Jul 2001 21:48:52 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3B4515F8.3076B3A6@engineer.com> X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:9531 Date: 2001-07-05T21:48:52-05:00 List-Id: that ansi.sys thing can you explain that to me? because my prof said that to see and use some of the screen pakcages that came with the book. do you know what I am talking about? if you do, can you tell me how to use it? -- ~Beau~ beau@hiwaay.net "B. Douglas Hilton" wrote in message news:3B4515F8.3076B3A6@engineer.com... > Ah, hey dude, whats happenin! > > If you have gnat, then use, argh.. I forget... Gnat.OS? > > use Gnat.OS > > ... > Gnat.OS.System("cls"); > > Help me out here vets, I forget the exact Annex... > > If you have ANSI.SYS loaded, the code is ESC[2J > > There is a small annex called "screen" that acts like > an ANSI terminal emulator and even works with Win2k, > which Win2k has more or less disables ANSI.SYS if > you use CMD.EXE, old COMMAND.COM still has > it but there are problems using it. > > I hate M$! When they screwed up ANSI.SYS that > was the final straw. Now I can't even have a colorized > DOS-Box prompt thanks to those idiots. With the kind > of work I do, I need super automatic batch-mode, not > click "OK" ten thousand times in a row every ten seconds. > > ( And I'm sure as sh!t not going to buy "Visual Studio" when > I already have gnat / gtkAda working! ) > > Cheers! > - Doug > > > Beau wrote: > > > Is there an easy way to do a clear screen for the dos prompt? > > like I have a bunch of data that I have put pauses in. It would be very > > helpful if I could clear the screen after every pause. thanks, > > -- > > ~Beau~ > > beau@hiwaay.net >