Date: Wed, 15 Mar 2000 07:39:33 +0500 Message-Id: <200003150239.HAA01230@midpec.com> From: Prashant TR To: djgpp AT delorie DOT com In-reply-to: <2c2890d8.17c47b03@usw-ex0109-068.remarq.com> (message from gavey on Tue, 14 Mar 2000 15:41:54 -0800) Subject: Re: Printing to a Printer References: <2c2890d8 DOT 17c47b03 AT usw-ex0109-068 DOT remarq DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk gavey writes: > I've looked all over and I just can't figure out how to > send output to the printer... I saw the _bios_print > function, but that just isn't easy enough for what I'm > looking for... any Ideas??? How about opening the "lpt1" device and writing to it?