Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!inuxc!pur-ee!uiucdcs!convex!bbimg!mikey From: mikey@bbimg.UUCP Newsgroups: net.micro.pc Subject: Re: Orphaned Response Message-ID: <-217488@bbimg> Date: Tue, 2-Sep-86 09:46:00 EDT Article-I.D.: bbimg.-217488 Posted: Tue Sep 2 09:46:00 1986 Date-Received: Sun, 7-Sep-86 10:02:02 EDT References: <649@marlin.UUCP> Lines: 18 Nf-ID: #R:marlin.UUCP:649:bbimg:-217488:000:518 Nf-From: bbimg.UUCP!mikey Sep 2 08:46:00 1986 Make sure ANSI.SYS is loaded and then use the key translation feature. I use it all the time to redefine Fn keys, but I never tried doing the return key. Adding the 0D 0D 0A is easy, just redefine for 13,13,10 but I'm not sure how to look for the CR. You can try: echo ^[[13;13;13;10p Put that line in your AUTOEXEC.BAT file. The ^[ is the escape character. This changes 0D to 0D 0D 0A. If the 0A is being put in later, take off the ;10 in the line above. Mike Yetsko trsvax!techsup!bbimg!mikey