Date: Wed, 15 Mar 2000 10:56:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Prashant TR cc: djgpp AT delorie DOT com Subject: Re: Printing to a Printer In-Reply-To: <200003150239.HAA01230@midpec.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 15 Mar 2000, Prashant TR wrote: > 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? You don't need to open it: there's a predefined stream `stdprn' which already has it open.