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,FREEMAIL_FROM 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 18:30:48 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "B. Douglas Hilton" Newsgroups: comp.lang.ada Subject: Re: for a beginner... Date: Thu, 05 Jul 2001 21:35:52 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3B4515F8.3076B3A6@engineer.com> X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.3 i686) X-Accept-Language: en MIME-Version: 1.0 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:9523 Date: 2001-07-05T21:35:52-04:00 List-Id: 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