Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version nyu B notes v1.5 12/10/84; site csd2.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!houxm!whuxl!whuxlm!harpo!decvax!genrad!panda!talcott!harvard!seismo!cmcl2!csd2!lanin From: lanin@csd2.UUCP Newsgroups: net.micro.pc Subject: Tubro Pascal fix? Message-ID: <3340002@csd2.UUCP> Date: Tue, 16-Apr-85 16:34:00 EST Article-I.D.: csd2.3340002 Posted: Tue Apr 16 16:34:00 1985 Date-Received: Fri, 19-Apr-85 00:41:49 EST Organization: New York University Lines: 21 {} There are several things about Turbo Pascal which I dislike so much that I avoid using it entirely (an acceptable option, at the price :-). Examples include its dinky editor, strange I/O and dynamic memory support, and others. One thing, however, stands out especially: I have found no way of preventing a program compiled under it from clearing the screen at the beginning of execution, printing in high intensity characters, and sending the cursor to the bottom of the screen at the end of execution. These features are probably very nice for programs that use the screen extensively, but are very annoying for something that should run silently. Is there a way to tell Turbo not to clear the screen and leave the cursor alone? Thanks in advance. Vladimir Lanin {ihnp4, allegra}!cmcl2!csd2!lanin ********* ...let's make it easy on ourselves and write it in assembler...