Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcvax!botter!ark!maartenj From: maartenj@cs.vu.nl (Maarten Jan Huisjes) Newsgroups: comp.sys.ibm.pc Subject: Re: MSDOS 3.2 quiet batch ??? (SOME PATCHES FOR PC DOS 3.2) Message-ID: <1007@ark.cs.vu.nl> Date: Sat, 9-May-87 21:17:08 EDT Article-I.D.: ark.1007 Posted: Sat May 9 21:17:08 1987 Date-Received: Sun, 10-May-87 11:41:50 EDT References: <1754@vax135.UUCP> Reply-To: maartenj@cs.vu.nl (Huisjes Maarten Jan) Organization: VU Informatica, Amsterdam Lines: 72 In article <1754@vax135.UUCP> ees@vax135.UUCP (Gene Sampieri) writes: > >In the past there was a patch cor command.com posted to make batch files >operate quietly in MSDOS 3.1. Here are the patches for PC DOS 3.2 (Some of them will not work for MS DOS, if somebody is interested a could get them for MS DOS (I hope)) I found them by looking at the patches for dos 3.1 and some session with debug. AUTOMATIC INSTALLATION OF PRINTER FOR DOS PRINT DEBUG PRINT.COM -E 190d xxxx:190d E8.90 D6.90 02.90 -E 191F xxxx:191F CD.90 21.00 -W -Q If the printer port is LPT2 then the following address must ALSO be modified as follows: -E 11c2 4 "LPT2" ********************************************************** PATCH FOR DEAFULT ECHO OFF IN BATCH FILES DEBUG COMMAND.COM -E 1B2C xxxx:1B2C 01.00 -W -Q Note 1: The default for AUTOEXEC.BAT files will still be ECHO OFF. Note 2: If the last thing done in a .BAT file is to do ECHO ON, then you will get two prompts at exit. Patch for echo off in autoexec.bat (dos 3.2) : DEBUG COMMAND.COM -E 115E xxxx:115E 03.02 -W -Q ********************************************************** BLANK LINES FROM ECHO if you apply this patch you can use ECHO with two spaces to echo a blank line instead of the ECHO status DEBUG COMMAND.COM -E 3A88 xxxx:3A88 E8.83 20.F9 00.02 74.72 -W -Q If you want Echo to echo a blank line after only one instead of two spaces use this patch instead : DEBUG COMMAND.COM -E 3A88 xxxx:3A88 E8.83 20.F9 00.01 74.72 -W -Q -- Maarten Jan Huisjes. (maartenj@cs.vu.nl) {seismo|decvax|philabs}!mcvax!vu44!maartenj