Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!lll-crg!lll-lcc!qantel!hplabs!amdahl!nsc!voder!kontron!cramer From: cramer@kontron.UUCP (Clayton Cramer) Newsgroups: net.micro.pc Subject: Re: Latest PC-DOS 3.1 patches Message-ID: <640@kontron.UUCP> Date: Mon, 24-Mar-86 12:57:30 EST Article-I.D.: kontron.640 Posted: Mon Mar 24 12:57:30 1986 Date-Received: Sun, 20-Apr-86 13:36:30 EST References: <581@nicmad.UUCP> Distribution: net Organization: Kontron Electronics, Mt. View, CA Lines: 26 > AUTOMATIC INSTALLATION OF PRINTER FOR DOS PRINT > > Also on a BBS I found the patch by an unidentified author to PRINT.COM > to obviate the need to type the desired printer port. If the printer > port is LPT1, then using DEBUG proceed as follows: > > DEBUG PRINT.COM > -E 1788 > xxxx:1788 E8.90 CB.90 02.90 > -E 179A > xxxx:179A CD.90 21.90 > -W > -Q > > If the printer port is LPT2 then the following address must ALSO be > modified as follows: > > -E 10CA 4 "LPT2" > Hmmm...I feel like such a party pooper. You can put the statement PRINT/D: in your AUTOEXEC.BAT file, and all subsequent uses of PRINT will send to that device name. The patch really isn't necessary.