Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site voder.UUCP Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!decwrl!nsc!voder!kev From: kev@voder.UUCP (Kevin Hoskins) Newsgroups: net.micro.pc Subject: Re: How do I steer COM1: to LPT1: ? Message-ID: <953@voder.UUCP> Date: Mon, 16-Dec-85 13:34:29 EST Article-I.D.: voder.953 Posted: Mon Dec 16 13:34:29 1985 Date-Received: Wed, 18-Dec-85 04:52:02 EST References: <969@mako.UUCP> <423@ukc.UUCP> Distribution: net Organization: National Semiconductor, Santa Clara Lines: 24 In article <423@ukc.UUCP>, rde@ukc.UUCP (R.D.Eager) writes: > > One simple way to direct COM1 to LPT1 is to use Kermit.... > > Crude, but it works.... > -- > Bob Eager > > rde@ukc.UUCP > rde@ukc > ...!mcvax!ukc!rde > > Phone: +44 227 66822 ext 7589 Yes, it is a little crude. On our pc xt we have an autoexec file that includes the following line: mode lpt1:=com1: It is the mode command that does all the work of changing the printer output to com1. Hope this helps.