Path: utzoo!mnetor!uunet!husc6!think!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpcea!hpcilzb!tedj From: tedj@hpcilzb.HP.COM (Ted Johnson) Newsgroups: comp.sys.mac Subject: Re: Using Printer with LSC Message-ID: <870150@hpcilzb.HP.COM> Date: 10 Mar 88 17:14:30 GMT References: <9847@steinmetz.steinmetz.UUCP> Organization: HP Design Tech Center - Santa Clara, CA Lines: 14 Why not just use the EchoToPrinter() function? Just type: EchoToPrinter(TRUE);\ and then do the usual: printf("\nSome stuff."); printf("\nAnother line of some more stuff."); Of course, this makes the printout go to your stdio window as well as your printer, which may not be exactly what you want... -Ted